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