specifies a OrthographicCamera node of VRML specifying properties of cameras. An orthographic camera defines a parallel projection from a viewpoint. This camera does not diminish objects with distance, as a PerspectiveCamera does. The viewing volume for an orthographic camera is a rectangular parallelepiped (a box).
More...
#include <Vrml_OrthographicCamera.hxx>
specifies a OrthographicCamera node of VRML specifying properties of cameras. An orthographic camera defines a parallel projection from a viewpoint. This camera does not diminish objects with distance, as a PerspectiveCamera does. The viewing volume for an orthographic camera is a rectangular parallelepiped (a box).
◆ Vrml_OrthographicCamera() [1/2]
| Vrml_OrthographicCamera::Vrml_OrthographicCamera |
( |
| ) |
|
◆ Vrml_OrthographicCamera() [2/2]
| Vrml_OrthographicCamera::Vrml_OrthographicCamera |
( |
const gp_Vec & | aPosition, |
|
|
const Vrml_SFRotation & | aOrientation, |
|
|
const double | aFocalDistance, |
|
|
const double | aHeight ) |
◆ FocalDistance()
| double Vrml_OrthographicCamera::FocalDistance |
( |
| ) |
const |
◆ Height()
| double Vrml_OrthographicCamera::Height |
( |
| ) |
const |
◆ Orientation()
◆ Position()
| gp_Vec Vrml_OrthographicCamera::Position |
( |
| ) |
const |
◆ Print()
◆ SetFocalDistance()
| void Vrml_OrthographicCamera::SetFocalDistance |
( |
const double | aFocalDistance | ) |
|
◆ SetHeight()
| void Vrml_OrthographicCamera::SetHeight |
( |
const double | aHeight | ) |
|
◆ SetOrientation()
◆ SetPosition()
| void Vrml_OrthographicCamera::SetPosition |
( |
const gp_Vec & | aPosition | ) |
|
The documentation for this class was generated from the following file: