class OrthoCameraObject
Defined in:
The C4CameraObjects.h
OrthoCameraObject
class encapsulates data pertaining to a camera using an orthographic projection.
Definition
class OrthoCameraObject : public CameraObject
Member Functions
OrthoCameraObject::GetOrthoBox |
Returns the boundary of the orthographic view. |
OrthoCameraObject::SetOrthoBox |
Sets the boundary of the orthographic view. |
Constructor
OrthoCameraObject();
Description
Base Classes
CameraObject |
An OrthoCameraObject is a specific type of camera object.
|
See Also