|
FEDEM Solver
R8.0
Source code of the dynamics solver
|
Point vectors in 3D space. More...
#include <iostream>#include <cmath>

Go to the source code of this file.
Classes | |
| class | FaVec3 |
| Class for point vectors in 3D space. More... | |
Enumerations | |
| enum | FFaVec3IdxEnum { VX , VY , VZ , VW } |
| Enums representing vector and matrix indices. More... | |
Point vectors in 3D space.
| enum FFaVec3IdxEnum |
Enums representing vector and matrix indices.
| Enumerator | |
|---|---|
| VX | The X-component. |
| VY | The Y-component. |
| VZ | The Z-component. |
| VW | Translation part of a FaMat34 object. |