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