iRDS - Intelligent Race Driver System  V 2.1.0.5
 All Classes Namespaces Functions Variables Properties Events
IRDSMotorCycle Class Reference
Inheritance diagram for IRDSMotorCycle:

Static Public Member Functions

static float AngleSigned (Vector3 v1, Vector3 v2, Vector3 n)
 Determine the signed angle between two vectors, with normal 'n' as the rotation axis. More...
 

Public Attributes

float maxSpeedSteerAngle = 150
 The max speed steer angle. More...
 
float maxSteerAngle = 30
 The max steer angle. More...
 
float minSteerAngle = 1
 The minimum steer angle. More...
 
float minLeanForceMultiplier = 5f
 The minimum lean force multiplier. More...
 
float maxLeamForceMultiplier = 35f
 The max leam force multiplier. More...
 
float maxLeanSpeed = 150f
 The max lean speed. More...
 
float minStabilizerForceMultplier = 1f
 The minimum stabilizer force multplier. More...
 
float maxStabilizerForceMultplier = 2f
 The max stabilizer force multplier. More...
 

Member Function Documentation

static float IRDSMotorCycle.AngleSigned ( Vector3  v1,
Vector3  v2,
Vector3  n 
)
static

Determine the signed angle between two vectors, with normal 'n' as the rotation axis.

Member Data Documentation

float IRDSMotorCycle.maxLeamForceMultiplier = 35f

The max leam force multiplier.

float IRDSMotorCycle.maxLeanSpeed = 150f

The max lean speed.

float IRDSMotorCycle.maxSpeedSteerAngle = 150

The max speed steer angle.

float IRDSMotorCycle.maxStabilizerForceMultplier = 2f

The max stabilizer force multplier.

float IRDSMotorCycle.maxSteerAngle = 30

The max steer angle.

float IRDSMotorCycle.minLeanForceMultiplier = 5f

The minimum lean force multiplier.

float IRDSMotorCycle.minStabilizerForceMultplier = 1f

The minimum stabilizer force multplier.

float IRDSMotorCycle.minSteerAngle = 1

The minimum steer angle.