CellModules
|
#include <rotation.h>
Public Member Functions | |
Rotation () | |
Rotation (const V &v, const double &f) | |
void | randomize () |
Rotation | operator+ (const V &v) const |
Rotation | rotated (const Rotation &r) const |
void | compress () |
Rotation | compressed () const |
Rotation | inverted () const |
Rotation | operator+ (const Rotation &R2) const |
Rotation | operator- (const Rotation &R2) const |
Public Attributes | |
V | n = V(0, 1, 0) |
double | teta = 0 |
Definition at line 7 of file rotation.h.
|
inline |
Definition at line 11 of file rotation.h.
|
inline |
Definition at line 13 of file rotation.h.
|
inline |
Definition at line 30 of file rotation.h.
|
inline |
Definition at line 38 of file rotation.h.
|
inline |
Definition at line 44 of file rotation.h.
|
inline |
Definition at line 46 of file rotation.h.
|
inline |
Definition at line 21 of file rotation.h.
|
inline |
Definition at line 51 of file rotation.h.
|
inline |
Definition at line 15 of file rotation.h.
|
inline |
Definition at line 28 of file rotation.h.
V MecaCell::Rotation< V >::n = V(0, 1, 0) |
Definition at line 8 of file rotation.h.
double MecaCell::Rotation< V >::teta = 0 |
Definition at line 9 of file rotation.h.