Inheritance diagram for osg::Projection:
Public Member Functions | |
Projection () | |
Projection (const Projection &, const CopyOp ©op=CopyOp::SHALLOW_COPY) | |
Projection (const Matrix &matix) | |
META_Node (osg, Projection) | |
void | setMatrix (const Matrix &mat) |
const Matrix & | getMatrix () const |
void | preMult (const Matrix &mat) |
void | postMult (const Matrix &mat) |
Protected Member Functions | |
virtual | ~Projection () |
Protected Attributes | |
Matrix | _matrix |
|
|
|
Copy constructor using CopyOp to manage deep vs shallow copy. |
|
|
|
|
|
Get the transform's matrix. |
|
|
|
postMult transform. |
|
preMult transform. |
|
Set the transform's matrix. |
|
|