menu
openworld package
documentation
three_dart/three3d/math/index.dart
Vector4
subScalar method
subScalar method
dark_mode
light_mode
subScalar
method
Vector4
subScalar
(
num
s
)
Implementation
Vector4 subScalar(num s) { x -= s; y -= s; z -= s; w -= s; return this; }
openworld package
documentation
three_dart/three3d/math/index
Vector4
subScalar method
Vector4 class