Class xlifepp::Rotation2d#
-
class Rotation2d : public xlifepp::Transformation#
-
Inheritence diagram for xlifepp::Rotation2d:
Collaboration diagram for xlifepp::Rotation2d:
representation of a rotation from a point and an angle
Public Functions
-
Rotation2d()#
-
default constructor
-
inline virtual ~Rotation2d()#
-
destructor
-
inline real_t angle() const#
-
accessor to rotation angle
-
inline virtual Transformation *clone() const#
-
virtual copy constructor
-
virtual void print(std::ostream&) const#
-
print Transformation
-
inline virtual Rotation2d *rotation2d()#
-
access to child Rotation2d object
-
inline virtual const Rotation2d *rotation2d() const#
-
access to child Rotation2d object (const)
-
Rotation2d()#