chrono::real3 Class Reference
Description
Chrono::Multicore triplet (3-dimensional vector).
#include <real3.h>
Public Member Functions | |
real3 (real a) | |
real3 (real a, real b, real c) | |
real3 (const real3 &v) | |
real | operator[] (unsigned int i) const |
real & | operator[] (unsigned int i) |
real3 & | operator= (const real3 &rhs) |
Public Attributes | |
union { | |
real array [4] | |
struct { | |
real x | |
real y | |
real z | |
real w | |
} | |
}; | |
The documentation for this class was generated from the following file:
- /builds/uwsbel/chrono/src/chrono/multicore_math/real3.h