FEDEM Solver  R8.0
Source code of the dynamics solver
Classes | Enumerations
FFaVec3.H File Reference

Point vectors in 3D space. More...

#include <iostream>
#include <cmath>
Include dependency graph for FFaVec3.H:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Point vectors in 3D space.

Enumeration Type Documentation

◆ 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.