void normalize() { final inverseLength = 1.0 / normal.length; _normal.scale(inverseLength); constant *= inverseLength; }