Region::BoxOccluded
Defined in: C4Regions.h
Determines whether a box is occluded in a region.
Prototype
bool BoxOccluded(const Point3D& center, const Vector3D *axis) const;
Parameters
center |
The world-space center of the box.
|
axis |
A pointer to an array containing the three semi-axis vectors of the box.
|
Description
See Also
Region::PolygonOccluded
Region::SphereOccluded
Region::EllipsoidOccluded
Region::CylinderOccluded
|