virtual ~DtPlane()
DTOR.
Definition: DtPlane.inl:23
T getDistance(const DtVector3< T > &rhs) const
This is a pseudodistance.
Definition: DtPlane.inl:60
T d
Definition: DtPlane.h:35
Template for 32/64 bit Axis Aligned bounding boxesnot virtual because its stored as is on the GPU...
Definition: DtAxisAlignedBoundingBox.h:27
PlaneSide
Definition: DtPlane.h:13
DtPlane()
CTOR.
Definition: DtPlane.inl:17
2 dimensional vector
Definition: DtMath.h:21
DtVector3< T > vNormal
Definition: DtPlane.h:34
DtPlane class.
Definition: DtPlane.h:24
PlaneSide getSide(const DtAxisAlignedBoundingBox< T > &box) const
Returns the side where the alignedBox is.
Definition: DtPlane.inl:29