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