Plane.isOn

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

Return Value

Type: bool

true if the point is on the plane, with a given epsilon.

Meta