Plane.signedDistanceTo

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

Return Value

Type: T

signed distance between a point and the plane.

Meta