Camera class
| Description |
Reference to a camera. Details... |
| Module |
Rendering API |
| Base classes |
- |
| Derived classes |
- |
| Header |
Camera.hpp |
Public methods
Constructors
Copy constructor
operator=
Projection type query
GetProjectionType
Axonomtric projection data query
GetTransformation
GetInverseTransformation
Perspective projection data query
GetViewPoint
GetTargetPoint
GetRollAngle
GetFocusDistance
Zoom data query
GetBounds
Public Types
ProjectionType
Transformation
Detailed description
This object describes a camera.
Four types of camera projection exist: axonometric, perspective, cylindric, spheric.
The meaning of the other parameter depends on this type.
See Also
Box2D ,
Vertex
|