|
Visual Computing Library
devel
|
A concept representing a generic Camera. More...
#include <vclib/space/core/camera.h>
A concept representing a generic Camera.
The concept is satisfied when T is a class that implements the methods viewMatrix() and projectionMatrix(), returning 4x4 matrices.
| T | The type to be tested for conformity to the GenericCameraConcept. |