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 real3operator= (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