Plane

Constructors

this
this(Vector!(T, 4) abcd)
this
this(Vector!(T, 3) origin, Vector!(T, 3) normal)
this
this(Vector!(T, 3) A, Vector!(T, 3) B, Vector!(T, 3) C)

Members

Aliases

type
alias type = T

Functions

distanceTo
T distanceTo(Vector!(T, 3) point)
isBack
bool isBack(Vector!(T, 3) point)
isFront
bool isFront(Vector!(T, 3) point)
isOn
bool isOn(Vector!(T, 3) point, T epsilon)
opAssign
Plane opAssign(Plane other)
signedDistanceTo
T signedDistanceTo(Vector!(T, 3) point)

Variables

d
T d;
n
Vector!(T, 3) n;

Meta