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