menu
three_js_math package
documentation
matrix/matrix3.dart
Matrix3
operator - method
operator - method
dark_mode
light_mode
operator -
method
Matrix3
operator -
(
Matrix3
rhs
)
Implementation
Matrix3 operator-(Matrix3 rhs) => sub(rhs);
three_js_math package
documentation
matrix/matrix3
Matrix3
operator - method
Matrix3 class