PlaneT.ndistance

Returns the distance from a point to the plane. Note: the plane does not have to be normalized, the result can be negative.

struct PlaneT(type = float)
@safe pure nothrow const
ndistance
if (
isFloatingPoint!type
)

Meta