Tesla Graphics Engine Documentation (January 2012)
ContainmentType Enumeration
TeslaTesla.BoundingContainmentType
Enumerates containment results used for tests between bounding boxes and frustums.
Declaration Syntax
C#
public enum ContainmentType
Members
Member Description
Outside Indicates the two volumes do not overlap one another at all.
Inside Indicates that one volume is completely inside the other.
Intersects Indicates there is partial overlap between the two volumes.

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