menu
oimo_physics package
documentation
math/mat33.dart
Mat33
clone method
clone method
dark_mode
light_mode
clone
method
Mat33
clone
(
)
Clone this matrix
Implementation
Mat33 clone() { return Mat33().fromArray(elements); }
oimo_physics package
documentation
math/mat33
Mat33
clone method
Mat33 class