|
High Performance Plasticity
0.5.0
|
#include <rotation.h>
Public Member Functions | |
| SO3Discrete () | |
| SO3Discrete (unsigned int resolution, SymmetryType symmetryType=SYMMETRY_TYPE_NONE) | |
| Creates a uniform grid on SO3 The resolution parameter \( r \) specifies a grid with a total of \( 72 \times 8^{r} \) points. More... | |
| isoi::Quaternion | getQuat (unsigned int i) |
| EulerAngles< T > | getEulerAngle (unsigned int i) |
| unsigned int | size () |
Private Attributes | |
| SymmetryType | symmetryType |
| std::vector< isoi::Quaternion > | quatList |
| std::vector< EulerAngles< T > > | eulerAngleList |
|
inline |
| hpp::SO3Discrete< T >::SO3Discrete | ( | unsigned int | resolution, |
| SymmetryType | symmetryType = SYMMETRY_TYPE_NONE |
||
| ) |
Creates a uniform grid on SO3 The resolution parameter \( r \) specifies a grid with a total of \( 72 \times 8^{r} \) points.
| resolution |
|
inline |
|
inline |
|
inline |
|
private |
|
private |
|
private |