C4 Engine Terathon Software C4 Engine API Documentation

• World Manager

API Links
Developer Links

Region::CylinderVisible

Defined in:  C4Regions.h
Determines whether a cylinder is visible in a region.
Prototype

bool CylinderVisible(const Point3D& p1, const Point3D& p2, float radius) const;

Parameters
p1 The world-space center of one end of the cylinder.
p2 The world-space center of the other end of the cylinder.
radius The radius of the cylinder.
Description


See Also

Region::PolygonVisible

Region::SphereVisible

Region::EllipsoidVisible

Region::BoxVisible