Camera::EllipsoidVisible
Defined in: C4Cameras.h
Returns a boolean value indicating whether an ellipsoid is visible to the camera.
Prototype
virtual bool EllipsoidVisible(const Point3D& center, const Vector3D *axis) const;
Parameters
center |
The center of the ellipsoid in world space.
|
axis |
A pointer to an array of three vectors representing the world-space semi-axes of the ellipsoid.
|
Description
See Also
Camera::SphereVisible
Camera::BoxVisible
Camera::CylinderVisible
|