C4 Engine Terathon Software C4 Engine API Documentation

• World Manager

API Links
Developer Links

Region::EllipsoidOccluded

Defined in:  C4Regions.h
Determines whether an ellipsoid is occluded in a region.
Prototype

bool EllipsoidOccluded(const Point3D& center, const Vector3D *axis) const;

Parameters
center The world-space center of the ellipsoid.
axis A pointer to an array containing the three semi-axis vectors of the ellipsoid.
Description


See Also

Region::PolygonOccluded

Region::SphereOccluded

Region::BoxOccluded

Region::CylinderOccluded