24 m_AngleOfRotation(angleOfRotation),
25 m_PointOfRotation(pointOfRotation),
26 m_VectorOfRotation(vectorOfRotation)
36 return this->m_AngleOfRotation;
41 return this->m_PointOfRotation;
45 return this->m_VectorOfRotation;
virtual const Vector3D GetVectorOfRotation()
GetVectorOfRotation getter for the rotation axis.
Base class of all Operation-classes.
virtual const Point3D GetCenterOfRotation()
GetCenterOfRotation getter for the anchor point of rotation.
RotationOperation(OperationType operationType, Point3D pointOfRotation, Vector3D vectorOfRotation, ScalarType angleOfRotation)
RotationOperation constructor to create the operation.
DataCollection - Class to facilitate loading/accessing structured data.
virtual ScalarType GetAngleOfRotation()
GetAngleOfRotation getter for rotation angle.
virtual ~RotationOperation(void)