menu
three_dart package
documentation
three3d/math/matrix3.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; }
three_dart package
documentation
three3d/math/matrix3
Matrix3
identity method
Matrix3 class