Plane.normalize

Normalizes the plane inplace.

struct Plane(E, uint D)
void
normalize
()
()
if (
D >= 2 &&
isFloatingPoint!E
)

Meta