Plane.distanceTo

struct Plane(T)
@nogc pure const nothrow
T
distanceTo
if (
isFloatingPoint!T
)

Return Value

Type: T

absolute distance between a point and the plane.

Meta