menu
three_dart package
documentation
three3d/math/matrix3.dart
Matrix3
clone method
clone method
dark_mode
light_mode
clone
method
Matrix3
clone
(
)
Implementation
Matrix3 clone() { return Matrix3().fromArray(elements); }
three_dart package
documentation
three3d/math/matrix3
Matrix3
clone method
Matrix3 class