![]() |
3DCoat Core API
The 3DCoat API documentation.
|
This is the complete list of members for coat::Camera, including all inherited members.
| getForward() | coat::Camera | static |
| getPivot() | coat::Camera | static |
| getPosition() | coat::Camera | static |
| getRight() | coat::Camera | static |
| getScreenToWorldSpace(const vec3 &screen_pos) | coat::Camera | static |
| getUp() | coat::Camera | static |
| getWorldToScreenSpace(const vec3 &world_pos) | coat::Camera | static |
| isOrtho() | coat::Camera | static |
| rotateToGradually(const vec3 &destination_dir) | coat::Camera | static |
| setCamera(const vec3 &position, const vec3 &lookAt, float fovY, const vec3 &up=vec3::Zero) | coat::Camera | static |
| setOrtho(bool ortho) | coat::Camera | static |
| setPivot(const vec3 &pivot) | coat::Camera | static |