Region::BoxVisible
Defined in: C4Regions.h
Determines whether a box is visible in a region.
Prototype
bool BoxVisible(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::PolygonVisible
Region::SphereVisible
Region::EllipsoidVisible
Region::CylinderVisible
|