Region::SphereOccluded
Defined in: C4Regions.h
Determines whether a sphere is occluded in a region.
Prototype
bool SphereOccluded(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::PolygonOccluded
Region::EllipsoidOccluded
Region::BoxOccluded
Region::CylinderOccluded
|