menu
thermion_dart package
documentation
thermion_dart.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);
thermion_dart package
documentation
thermion_dart
Vector4
operator - method
Vector4 class