Lines 59-65
Link Here
|
59 |
void setTranslation( const vector3df& translation ); |
59 |
void setTranslation( const vector3df& translation ); |
60 |
|
60 |
|
61 |
//! Gets the current translation |
61 |
//! Gets the current translation |
62 |
vector3df matrix4::getTranslation() const; |
62 |
vector3df getTranslation() const; |
63 |
|
63 |
|
64 |
//! Set the inverse translation of the current matrix. Will erase any previous values. |
64 |
//! Set the inverse translation of the current matrix. Will erase any previous values. |
65 |
void setInverseTranslation( const vector3df& translation ); |
65 |
void setInverseTranslation( const vector3df& translation ); |