#include <TransformationGL.h>
Public Member Functions | |
TransformationGL () | |
virtual | ~TransformationGL () |
void | Apply () override |
void | ApplyWithCentring () override |
void | ApplyInverse () override |
Public Member Functions inherited from sofa::helper::visual::Transformation | |
Transformation () | |
virtual | ~Transformation () |
Transformation (const Transformation &other) | |
Transformation & | operator= (const Transformation &transform) |
template<class Vector > | |
Vector | operator* (Vector v) const |
Additional Inherited Members | |
Public Attributes inherited from sofa::helper::visual::Transformation | |
SReal | translation [3] |
SReal | scale [3] |
SReal | rotation [4][4] |
SReal | objectCenter [3] |
Protected Member Functions inherited from sofa::helper::visual::Transformation | |
void | InvertTransRotMatrix (SReal matrix[4][4]) |
void | InvertTransRotMatrix (SReal sMatrix[4][4], SReal dMatrix[4][4]) |
sofa::gl::TransformationGL::TransformationGL | ( | ) |
|
virtual |
|
overridevirtual |
Reimplemented from sofa::helper::visual::Transformation.
|
overridevirtual |
Reimplemented from sofa::helper::visual::Transformation.
|
overridevirtual |
Reimplemented from sofa::helper::visual::Transformation.