|
High Performance Plasticity
0.5.0
|
A class for reproducibly generating a sequence of random orientations. More...
#include <casesUtils.h>


Public Member Functions | |
| RandomOrientationGenerator () | |
| Default constructor. More... | |
| virtual void | generateNext (Tensor2< U > &rotMatrix) |
| Generate the next orientation in the sequence. More... | |
Public Member Functions inherited from hpp::OrientationGenerator< U > | |
| virtual void | generateNext (EulerAngles< U > &angles) |
| Generate the next orientation in the sequence. More... | |
| virtual | ~OrientationGenerator () |
| Default destructor. More... | |
A class for reproducibly generating a sequence of random orientations.
|
inline |
Default constructor.
|
inlinevirtual |
Generate the next orientation in the sequence.
| rotMatrix | the matrix into which to write the new rotation matrix |
| U | the scalar type |
Implements hpp::OrientationGenerator< U >.