applyNormalMatrix method

dynamic applyNormalMatrix(
  1. Matrix3 m
)

Implementation

applyNormalMatrix(Matrix3 m) {
  return applyMatrix3(m).normalize();
}