menu
openworld package
documentation
three_dart/three3d/math/index.dart
Matrix3
identity method
identity method
dark_mode
light_mode
identity
method
Matrix3
identity
(
)
Implementation
Matrix3 identity() { set(1, 0, 0, 0, 1, 0, 0, 0, 1); return this; }
openworld package
documentation
three_dart/three3d/math/index
Matrix3
identity method
Matrix3 class