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