menu
three_dart package
documentation
three3d/math/vector4.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; }
three_dart package
documentation
three3d/math/vector4
Vector4
subScalar method
Vector4 class