![]() |
PeriDyno 1.2.1
|
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 113 of file VehicleInfo.h.
|
inline |
Definition at line 116 of file VehicleInfo.h.
dyno::VehicleBind::VehicleBind | ( | int | size | ) |
Definition at line 49 of file VehicleInfo.cpp.
dyno::VehicleBind::~VehicleBind | ( | ) |
Definition at line 60 of file VehicleInfo.cpp.
|
inline |
Definition at line 120 of file VehicleInfo.h.
std::vector<VehicleJointInfo> dyno::VehicleBind::mVehicleJointInfo |
Definition at line 123 of file VehicleInfo.h.
std::vector<VehicleRigidBodyInfo> dyno::VehicleBind::mVehicleRigidBodyInfo |
Definition at line 122 of file VehicleInfo.h.