#include <shear.h>
Public Member Functions | |
| Shear () | |
| Shear (double xy, double xz, double yz) | |
| bool | operator== (const Shear &o) const |
Public Attributes | ||
| union { | ||
| struct { | ||
| double xy = 0.0 | ||
| double xz = 0.0 | ||
| double yz = 0.0 | ||
| } | ||
| double e [3] | ||
| }; | ||
|
inline |
|
inline |
| union { ... } impeller::Shear |
| double impeller::Shear::xy = 0.0 |
Definition at line 15 of file shear.h.
Referenced by impeller::Matrix::Decompose(), and operator==().
| double impeller::Shear::xz = 0.0 |
Definition at line 16 of file shear.h.
Referenced by impeller::Matrix::Decompose(), and operator==().
| double impeller::Shear::yz = 0.0 |
Definition at line 17 of file shear.h.
Referenced by impeller::Matrix::Decompose(), and operator==().