VR-Forces 4.10 Class Documentation
 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. More...

Public Types

enum  WheelSide { WHEEL_UNKNOWN, WHEEL_LEFT, WHEEL_RIGHT }
 Which side. More...
 

Public Member Functions

 WheelInfo ()
 

Public Attributes

bool steerable
 
int partNum
 
int wheelSet
 
WheelSide wheelSide
 
double wheelRadius
 
double angVel
 The velocity with which the wheel is turning. More...
 

Detailed Description

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.

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 Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)