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