|
OpenSceneGraph
3.0.1
|
Projection nodes set up the frustum/orthographic projection used when rendering the scene. More...

Public Member Functions | |
| Projection () | |
| Projection (const Projection &, const CopyOp ©op=CopyOp::SHALLOW_COPY) | |
| Copy constructor using CopyOp to manage deep vs shallow copy. | |
| Projection (const Matrix &matix) | |
| META_Node (osg, Projection) | |
| void | setMatrix (const Matrix &mat) |
| Set the transform's matrix. | |
| const Matrix & | getMatrix () const |
| Get the transform's matrix. | |
| void | preMult (const Matrix &mat) |
| preMult transform. | |
| void | postMult (const Matrix &mat) |
| postMult transform. | |
Protected Member Functions | |
| virtual | ~Projection () |
Protected Attributes | |
| Matrix | _matrix |
Projection nodes set up the frustum/orthographic projection used when rendering the scene.
| osg::Projection::Projection | ( | const Projection & | , |
| const CopyOp & | copyop = CopyOp::SHALLOW_COPY |
||
| ) |
Copy constructor using CopyOp to manage deep vs shallow copy.
| osg::Projection::Projection | ( | const Matrix & | matix | ) |
| virtual osg::Projection::~Projection | ( | ) | [protected, virtual] |
| const Matrix& osg::Projection::getMatrix | ( | ) | const [inline] |
Get the transform's matrix.
| osg::Projection::META_Node | ( | osg | , |
| Projection | |||
| ) |
| void osg::Projection::postMult | ( | const Matrix & | mat | ) | [inline] |
postMult transform.
| void osg::Projection::preMult | ( | const Matrix & | mat | ) | [inline] |
preMult transform.
| void osg::Projection::setMatrix | ( | const Matrix & | mat | ) | [inline] |
Set the transform's matrix.
Matrix osg::Projection::_matrix [protected] |
| Generated at Thu Sep 27 2012 17:02:59 for the OpenSceneGraph by doxygen 1.7.6.1. |