Tesseract Engine Documentation

BoundingVolume Class

BoundingVolume Class supports multiple bounding shapes to define an object in physical space. BoundingType is selected during initialization of the object. Collision Checking is handled by passing another Mass's BoundingVolume into the Intersect(BoundingVolume volume) method. No type-specific information is required during collision checks, b/c BoundingVolume handles this internally.

For a list of all members of this type, see BoundingVolume Members.

System.Object
   BoundingVolume

public class BoundingVolume

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: DarkWynter.Engine.Physics

Assembly: DWEngine (in DWEngine.dll)

See Also

BoundingVolume Members | DarkWynter.Engine.Physics Namespace