Region::SphereVisible
Defined in: C4Regions.h
Determines whether a sphere is visible in a region.
Prototype
bool SphereVisible(const Point3D& center, float radius) const;
Parameters
center |
The world-space center of the sphere.
|
radius |
The radius of the sphere.
|
Description
See Also
Region::PolygonVisible
Region::EllipsoidVisible
Region::BoxVisible
Region::CylinderVisible
|