This class represents a rotation around the x-axis.
More...
#include <JQuaternion3D.hh>
This class represents a rotation around the x-axis.
Definition at line 151 of file JQuaternion3D.hh.
◆ JQuaternion3X() [1/2]
JGEOMETRY3D::JQuaternion3X::JQuaternion3X |
( |
| ) |
|
|
inline |
Default constructor.
Definition at line 157 of file JQuaternion3D.hh.
157 :
159 {}
JQuaternion2D()
Default constructor.
◆ JQuaternion3X() [2/2]
JGEOMETRY3D::JQuaternion3X::JQuaternion3X |
( |
const double | theta | ) |
|
|
inline |
Constructor.
- Parameters
-
theta | rotation angle [rad] |
Definition at line 167 of file JQuaternion3D.hh.
◆ getB()
double JGEOMETRY3D::JQuaternion3X::getB |
( |
| ) |
const |
|
inline |
◆ pow()
JQuaternion3X & JGEOMETRY3D::JQuaternion3X::pow |
( |
const double | y | ) |
|
|
inline |
Raise quaternion to given power.
- Parameters
-
- Returns
- this object
Definition at line 189 of file JQuaternion3D.hh.
190 {
192
193 return *this;
194 }
JQuaternion2D & pow(const double y)
Raise quaternion to given power.
◆ getA()
double JGEOMETRY3D::JQuaternion2D::getA |
( |
| ) |
const |
|
inlineinherited |
◆ __a
double JGEOMETRY3D::JQuaternion2D::__a |
|
protectedinherited |
◆ __u
double JGEOMETRY3D::JQuaternion2D::__u |
|
protectedinherited |
The documentation for this struct was generated from the following file: