Euphoria
|
Axis + Angle. More...
Public Member Functions | |
AA (const n3 &ax, const An &ang) | |
Static Public Member Functions | |
static std::optional< AA > | from (const Q &q) |
Public Attributes | |
n3 | axis |
a unit-vector | |
An | angle |
rotation according to right-hand rule | |
Axis + Angle.
Definition at line 18 of file axisangle.h.
An eu::AA::angle |
rotation according to right-hand rule
Definition at line 24 of file axisangle.h.
n3 eu::AA::axis |
a unit-vector
Definition at line 21 of file axisangle.h.