20 m_AngleOfRotation(angleOfRotation),
21 m_PointOfRotation(pointOfRotation),
22 m_VectorOfRotation(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.
Point3D m_PointOfRotation
DataCollection - Class to facilitate loading/accessing structured data.
virtual ScalarType GetAngleOfRotation()
GetAngleOfRotation getter for rotation angle.
Vector3D m_VectorOfRotation
~RotationOperation(void) override
ScalarType m_AngleOfRotation