Tesla Graphics Engine Documentation (January 2012)
PlaneIntersectionType Enumeration
TeslaTesla.MathPlaneIntersectionType
Describes the intersection types between a plane and bounding volume.
Declaration Syntax
C#
public enum PlaneIntersectionType
Members
Member Description
Front No intersection and object is in the positive half space of the plane. This is on the same side as the direction which the plane's normal vector is pointing in.
Back No intersection and object is in the negative half space of the plane. This is opposite of the plane's Normal vector.
Intersects The plane and the object intersect.

Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)