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