Class AngularVelocity¶
Defined in File angular_velocity.hpp
Class Documentation¶
-
class AngularVelocity¶
Public Functions
-
inline AngularVelocity(const float rollVel, const float pitchVel, const float yawVel)¶
-
inline AngularVelocity(AngularVelocity &&other)¶
-
inline AngularVelocity(AngularVelocity &other)¶
-
inline float getRollVelocity() const¶
Get the roll velocity.
-
inline float getPitchVelocity() const¶
Get the pitch velocity.
-
inline float getYawVelocity() const¶
Get the yaw velocity.
Public Static Functions
Friends
- friend class Transform
- friend class DynamicOrientation
-
inline AngularVelocity(const float rollVel, const float pitchVel, const float yawVel)¶