![]() |
PeriDyno 1.0.0
|
The VehicleBind class is used to record information about created rigid bodies and joints. Rigid bodies information is stored in mVehicleRigidBodyInfo. Toints information is stored in mVehicleJointInfo. More...
#include <VehicleInfo.h>
Public Member Functions | |
VehicleBind () | |
VehicleBind (int size) | |
~VehicleBind () | |
bool | isValid () |
Public Attributes | |
std::vector< VehicleRigidBodyInfo > | mVehicleRigidBodyInfo |
std::vector< VehicleJointInfo > | mVehicleJointInfo |
The VehicleBind class is used to record information about created rigid bodies and joints. Rigid bodies information is stored in mVehicleRigidBodyInfo. Toints information is stored in mVehicleJointInfo.
Definition at line 149 of file VehicleInfo.h.
|
inline |
Definition at line 152 of file VehicleInfo.h.
|
inline |
Definition at line 153 of file VehicleInfo.h.
|
inline |
Definition at line 163 of file VehicleInfo.h.
|
inline |
Definition at line 169 of file VehicleInfo.h.
std::vector<VehicleJointInfo> dyno::VehicleBind::mVehicleJointInfo |
Definition at line 175 of file VehicleInfo.h.
std::vector<VehicleRigidBodyInfo> dyno::VehicleBind::mVehicleRigidBodyInfo |
Definition at line 174 of file VehicleInfo.h.