#include <btSoftBodySolver_DX11.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 107 of file btSoftBodySolver_DX11.h.
btDX11SoftBodySolver::UIntVector3::UIntVector3 | ( | ) | [inline] |
Definition at line 109 of file btSoftBodySolver_DX11.h.
btDX11SoftBodySolver::UIntVector3::UIntVector3 | ( | unsigned int | x_, | |
unsigned int | y_, | |||
unsigned int | z_ | |||
) | [inline] |
Definition at line 117 of file btSoftBodySolver_DX11.h.
unsigned int btDX11SoftBodySolver::UIntVector3::_padding |
Definition at line 128 of file btSoftBodySolver_DX11.h.
unsigned int btDX11SoftBodySolver::UIntVector3::x |
Definition at line 125 of file btSoftBodySolver_DX11.h.
unsigned int btDX11SoftBodySolver::UIntVector3::y |
Definition at line 126 of file btSoftBodySolver_DX11.h.
unsigned int btDX11SoftBodySolver::UIntVector3::z |
Definition at line 127 of file btSoftBodySolver_DX11.h.