template<typename T>
Viewport class
Template parameters | |
---|---|
T | the number type |
Contents
Represents a viewport for 2D/3D rendering
Constructors, destructors, conversion operators
- Viewport()
Public functions
Public variables
Function documentation
template<typename T>
bpf:: math:: Viewport<T>:: Viewport()
Constructs a default viewport
Variable documentation
template<typename T>
T bpf:: math:: Viewport<T>:: FOV
Field of view
template<typename T>
T bpf:: math:: Viewport<T>:: NearPlane
Near clipping plane
template<typename T>
T bpf:: math:: Viewport<T>:: FarPlane
Far clipping plane
template<typename T>
Matrix4<T> bpf:: math:: Viewport<T>:: Projection
Projection matrix