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