osg::Matrix2 Class Reference
List of all members.
Constructor & Destructor Documentation
osg::Matrix2::Matrix2 |
( |
|
) |
[inline] |
osg::Matrix2::Matrix2 |
( |
const Matrix2 & |
mat |
) |
[inline] |
osg::Matrix2::Matrix2 |
( |
float |
a00, |
|
|
float |
a01, |
|
|
float |
a10, |
|
|
float |
a11 | |
|
) |
| | [inline] |
osg::Matrix2::~Matrix2 |
( |
|
) |
[inline] |
Member Function Documentation
void osg::Matrix2::makeIdentity |
( |
|
) |
[inline] |
float osg::Matrix2::operator() |
( |
int |
row, |
|
|
int |
col | |
|
) |
| | const [inline] |
float& osg::Matrix2::operator() |
( |
int |
row, |
|
|
int |
col | |
|
) |
| | [inline] |
float osg::Matrix2::operator[] |
( |
int |
i |
) |
const [inline] |
float& osg::Matrix2::operator[] |
( |
int |
i |
) |
[inline] |
const float* osg::Matrix2::ptr |
( |
|
) |
const [inline] |
float* osg::Matrix2::ptr |
( |
|
) |
[inline] |
void osg::Matrix2::set |
( |
float |
a00, |
|
|
float |
a01, |
|
|
float |
a10, |
|
|
float |
a11 | |
|
) |
| | [inline] |
void osg::Matrix2::set |
( |
float const *const |
ptr |
) |
[inline] |
void osg::Matrix2::set |
( |
const Matrix2 & |
rhs |
) |
[inline] |
Member Data Documentation
The documentation for this class was generated from the following file: