C4 Engine Terathon Software C4 Engine API Documentation

• World Manager

API Links
Developer Links

Camera::BoxVisible

Defined in:  C4Cameras.h
Returns a boolean value indicating whether a box is visible to the camera.
Prototype

virtual bool BoxVisible(const Point3D& center, const Vector3D *axis) const;

Parameters
center The center of the box in world space.
axis A pointer to an array of three vectors representing the world-space semi-axes of the box.
Description


See Also

Camera::SphereVisible

Camera::EllipsoidVisible

Camera::CylinderVisible