menu
thermion_dart package
documentation
thermion_dart.dart
Vector2
operator - method
operator - method
dark_mode
light_mode
operator -
method
Vector2
operator -
(
Vector2
other
)
Subtract two vectors.
Implementation
Vector2 operator -(Vector2 other) => clone()..sub(other);
thermion_dart package
documentation
thermion_dart
Vector2
operator - method
Vector2 class