menu
openworld package
documentation
three_dart/three3d/math/index.dart
Vector3
applyNormalMatrix method
applyNormalMatrix method
dark_mode
light_mode
applyNormalMatrix
method
dynamic
applyNormalMatrix
(
Matrix3
m
)
Implementation
applyNormalMatrix(Matrix3 m) { return applyMatrix3(m).normalize(); }
openworld package
documentation
three_dart/three3d/math/index
Vector3
applyNormalMatrix method
Vector3 class