|
ad_physics
|
DataType AngularVelocity3D. More...
#include <ad/physics/AngularVelocity3D.hpp>

Public Types | |
| typedef std::shared_ptr< AngularVelocity3D > | Ptr |
| Smart pointer on AngularVelocity3D. | |
| typedef std::shared_ptr< AngularVelocity3D const > | ConstPtr |
| Smart pointer on constant AngularVelocity3D. | |
Public Member Functions | |
| AngularVelocity3D ()=default | |
| standard constructor | |
| ~AngularVelocity3D ()=default | |
| standard destructor | |
| AngularVelocity3D (const AngularVelocity3D &other)=default | |
| standard copy constructor | |
| AngularVelocity3D (AngularVelocity3D &&other)=default | |
| standard move constructor | |
| AngularVelocity3D & | operator= (const AngularVelocity3D &other)=default |
| standard assignment operator More... | |
| AngularVelocity3D & | operator= (AngularVelocity3D &&other)=default |
| standard move operator More... | |
| bool | operator== (const AngularVelocity3D &other) const |
| standard comparison operator More... | |
| bool | operator!= (const AngularVelocity3D &other) const |
| standard comparison operator More... | |
Public Attributes | |
| ::ad::physics::AngularVelocity | x |
| ::ad::physics::AngularVelocity | y |
| ::ad::physics::AngularVelocity | z |
DataType AngularVelocity3D.
The rate of change of an object's angular displacement in three-dimensional space with respect to time.
|
inline |
standard comparison operator
| [in] | other | Other AngularVelocity3D. |
true if both AngularVelocity3D are different
|
default |
standard move operator
| [in] | other | Other AngularVelocity3D |
|
default |
standard assignment operator
| [in] | other | Other AngularVelocity3D |
|
inline |
standard comparison operator
| [in] | other | Other AngularVelocity3D |
true if both AngularVelocity3D are equal | ::ad::physics::AngularVelocity ad::physics::AngularVelocity3D::x |
The x component of the angular velocity
| ::ad::physics::AngularVelocity ad::physics::AngularVelocity3D::y |
The y component of the angular velocity
| ::ad::physics::AngularVelocity ad::physics::AngularVelocity3D::z |
The z component of the angular velocity
1.8.17