menu
three_js_math package
documentation
matrix/matrix4.dart
Matrix4
clone method
clone method
dark_mode
light_mode
clone
method
Matrix4
clone
(
)
Implementation
Matrix4 clone() { return Matrix4.identity().copyFromArray(storage.toList()); }
three_js_math package
documentation
matrix/matrix4
Matrix4
clone method
Matrix4 class