Plane.isFront

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

Return Value

Type: bool

true if the point is in front of the plane.

Meta