menu
yuka package
documentation
math/matrix3.dart
Matrix3
clone method
clone method
dark_mode
light_mode
clone
method
Matrix3
clone
(
)
Implementation
Matrix3 clone() { return Matrix3().copy( this ); }
yuka package
documentation
math/matrix3
Matrix3
clone method
Matrix3 class