chrono::real4 Class Reference
Description
Chrono multicore qudruple (4-dimensional array).
#include <real4.h>
Public Member Functions | |
| real4 (real a) | |
| real4 (real a, real b, real c, real d) | |
| real4 (const real3 &v, real w) | |
| real4 (const real4 &v) | |
| real | operator[] (unsigned int i) const |
| real & | operator[] (unsigned int i) |
| operator real * () | |
| operator const real * () const | |
| operator real3 () | |
| operator const real3 () const | |
| real4 & | operator= (const real4 &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/real4.h