Camera::CylinderVisible
Defined in: C4Cameras.h
Returns a boolean value indicating whether a cylinder is visible to the camera.
Prototype
virtual bool CylinderVisible(const Point3D& p1, const Point3D& p2, float radius) const;
Parameters
p1 |
The center of one end of the cylinder in world space.
|
p2 |
The center of the other end of the cylinder in world space.
|
radius |
The radius of the cylinder.
|
Description
See Also
Camera::SphereVisible
Camera::EllipsoidVisible
Camera::BoxVisible
|