chrono::real3 Class Reference
Description
Chrono::Multicore triplet (3-dimensional vector).
#include <real3.h>
Public Member Functions | |
| CUDA_HOST_DEVICE | real3 (real a) |
| CUDA_HOST_DEVICE | real3 (real a, real b, real c) |
| CUDA_HOST_DEVICE | real3 (const real3 &v) |
| CUDA_HOST_DEVICE real | operator[] (unsigned int i) const |
| CUDA_HOST_DEVICE real & | operator[] (unsigned int i) |
| CUDA_HOST_DEVICE 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:
- C:/M/B/src/chrono-9.0.1/src/chrono/multicore_math/real3.h