Plane.signedDistanceTo

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

Return Value

Type: T

signed distance between a point and the plane.

Meta