PlaneT.distance

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

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

Meta