VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Types | Public Member Functions | Public Attributes
makVrv::WheelInfo Struct Reference

Structure contained individual wheel information partNum - the articulated part wheel id wheelSet - 1-10 (front wheels are set 1) wheelSide - WHEEL_LEFT, WHEEL_RIGHT wheelRadius - the radius of the wheel (in meters) angVel - the last angular velocity set for this wheel.

Public Types

enum  WheelSide { WHEEL_UNKNOWN, WHEEL_LEFT, WHEEL_RIGHT }
 

Public Member Functions

 WheelInfo ()
 

Public Attributes

bool steerable
 
int partNum
 
int wheelSet
 
WheelSide wheelSide
 
double wheelRadius
 
double angVel
 

Member Enumeration Documentation

Which side.

Enumerator
WHEEL_UNKNOWN 
WHEEL_LEFT 
WHEEL_RIGHT 

Constructor & Destructor Documentation

makVrv::WheelInfo::WheelInfo ( )

Member Data Documentation

bool makVrv::WheelInfo::steerable
int makVrv::WheelInfo::partNum
int makVrv::WheelInfo::wheelSet
WheelSide makVrv::WheelInfo::wheelSide
double makVrv::WheelInfo::wheelRadius
double makVrv::WheelInfo::angVel

The velocity with which the wheel is turning.


The documentation for this struct was generated from the following file:

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)