PeriDyno 1.2.1
Loading...
Searching...
No Matches
dyno::VehicleBind Class Reference

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< VehicleRigidBodyInfomVehicleRigidBodyInfo
 
std::vector< VehicleJointInfomVehicleJointInfo
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ VehicleBind() [1/2]

dyno::VehicleBind::VehicleBind ( )
inline

Definition at line 116 of file VehicleInfo.h.

◆ VehicleBind() [2/2]

dyno::VehicleBind::VehicleBind ( int size)

Definition at line 49 of file VehicleInfo.cpp.

◆ ~VehicleBind()

dyno::VehicleBind::~VehicleBind ( )

Definition at line 60 of file VehicleInfo.cpp.

Member Function Documentation

◆ isValid()

bool dyno::VehicleBind::isValid ( )
inline

Definition at line 120 of file VehicleInfo.h.

Member Data Documentation

◆ mVehicleJointInfo

std::vector<VehicleJointInfo> dyno::VehicleBind::mVehicleJointInfo

Definition at line 123 of file VehicleInfo.h.

◆ mVehicleRigidBodyInfo

std::vector<VehicleRigidBodyInfo> dyno::VehicleBind::mVehicleRigidBodyInfo

Definition at line 122 of file VehicleInfo.h.


The documentation for this class was generated from the following files: