C4 Engine Terathon Software C4 Engine API Documentation

• Graphics Manager

API Links
Developer Links

class BoundingCylinder

Defined in:  C4Bounding.h
The BoundingCylinder class encapsulates an oriented bounding cylinder.
Definition

class BoundingCylinder

Member Functions
BoundingCylinder::Calculate Calculates a bounding cylinder for a set of vertices.
Constructor

BoundingCylinder(const Point3D& endpoint1, const Point3D& endpoint2, float radius);

Parameters
endpoint1 The first endpoint of the bounding cylinder.
endpoint2 The second endpoint of the bounding cylinder.
radius The radius of the bounding cylinder.
Description


See Also

BoundingBox

BoundingSphere

BoundingEllipsoid