#include <btSoftBodySolver_OpenCL.h>
Public Member Functions | |
UIntVector3 () | |
UIntVector3 (unsigned int x_, unsigned int y_, unsigned int z_) | |
Public Attributes | |
unsigned int | x |
unsigned int | y |
unsigned int | z |
unsigned int | _padding |
Definition at line 248 of file btSoftBodySolver_OpenCL.h.
btOpenCLSoftBodySolver::UIntVector3::UIntVector3 | ( | ) | [inline] |
Definition at line 250 of file btSoftBodySolver_OpenCL.h.
btOpenCLSoftBodySolver::UIntVector3::UIntVector3 | ( | unsigned int | x_, | |
unsigned int | y_, | |||
unsigned int | z_ | |||
) | [inline] |
Definition at line 258 of file btSoftBodySolver_OpenCL.h.
unsigned int btOpenCLSoftBodySolver::UIntVector3::_padding |
Definition at line 269 of file btSoftBodySolver_OpenCL.h.
unsigned int btOpenCLSoftBodySolver::UIntVector3::x |
Definition at line 266 of file btSoftBodySolver_OpenCL.h.
unsigned int btOpenCLSoftBodySolver::UIntVector3::y |
Definition at line 267 of file btSoftBodySolver_OpenCL.h.
unsigned int btOpenCLSoftBodySolver::UIntVector3::z |
Definition at line 268 of file btSoftBodySolver_OpenCL.h.