Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

USARBot.USARConverter

Extends
Object
Modifiers
config ( USARBot )

Core.Object
|   
+-- USARBot.USARConverter

Constants Summary
Inherited Contants from Core.Object
MaxInt, Pi, RF_NotForClient, RF_NotForEdit, RF_NotForServer, RF_Public, RF_Standalone, RF_Transactional, RF_Transient

Variables Summary
floatC_AngleToDegree
floatC_AngleToURot
floatC_MeterToUU
byteNumberPrecision
boolRightHand
Inherited Variables from Core.Object
Class, Name, ObjectFlags, ObjectInternal[7], Outer

Enumerations Summary
Inherited Enumerations from Core.Object
EAxis, ECamOrientation, EDetailMode, EDrawPivot, ESheerAxis

Structures Summary
Inherited Structures from Core.Object
BoundingVolume, Box, Color, CompressedPosition, Coords, FloatBox, Guid, IntBox, InterpCurve, InterpCurvePoint, Matrix, Plane, Quat, Range, RangeVector, Rotator, Scale, TMultiMap, Vector

Functions Summary
functionfloat AngleFromDeg (int deg)
functionfloat AngleFromUU (int uu)
functionint AngleToDeg (float rad)
functionint AngleToUU (float rad)
functionString FloatString (float Value, optional int Precision)
functionfloat LengthFromUU (float uu)
functionfloat LengthToUU (float m)
functionvector LengthVectorFromUU (vector vec)
functionvector LengthVectorToUU (vector vec)
functionfloat normRad_ZeroTo2PI (float rads)
functionvector RotatorFromUU (rotator rot)
functionrotator RotatorToUU (vector vec)
functionfloat SpeedFromUU (float uu)
functionfloat SpeedToUU (float m)
functionfloat SpinSpeedFromUU (int uu)
functionint SpinSpeedToUU (float rad)
functionString Str_AngleFromDeg (int deg, optional int Precision)
functionString Str_AngleFromUU (int uu, optional int Precision)
functionString Str_LengthFromUU (float uu, optional int Precision)
functionString Str_LengthVectorFromUU (vector vec, optional int Precision)
functionString Str_RotatorFromUU (rotator rot, optional int Precision)
functionString Str_SpeedFromUU (float uu, optional int Precision)
functionString Str_SpinSpeedFromUU (int uu, optional int Precision)
functionString Str_VelocityVectorFromUU (vector vec, optional int Precision)
functionString VectorString (vector vec, optional int Precision)
functionvector VelocityVectorFromUU (vector vec)
functionvector VelocityVectorToUU (vector vec)
Inherited Functions from Core.Object
!, !=, $, $=, %, &, &&, *, **, *=, +, ++, +=, -, --, -=, / , /=, <, <<, <=, ==, >, >=, >>, >>>, @, @=, Abs, Acos, AllObjects, Asc, Asin, Atan, BeginState, Caps, Ceil, Chr, Clamp, ClassIsChildOf, ClearConfig, ClockwiseFrom, Cos, Created, Cross, Disable, Divide, Dot, DynamicLoadObject, EatStr, Enable, EndState, Eval, Exp, FClamp, FindObject, FMax, FMin, FRand, GetAxes, GetEnum, GetItemName, GetPerObjectNames, GetPropertyText, GetReferencers, GetStateName, GetUnAxes, GotoState, InStr, InterpCurveEval, InterpCurveGetInputDomain, InterpCurveGetOutputRange, Invert, IsA, IsInState, IsOnConsole, IsSoaking, Left, Len, Lerp, Localize, Locs, Log, Loge, Max, Mid, Min, MirrorVectorByNormal, Normal, Normalize, OrthoRotation, PlatformIs64Bit, PlatformIsMacOS, PlatformIsUnix, PlatformIsWindows, QuatFindBetween, QuatFromAxisAndAngle, QuatFromRotator, QuatInvert, QuatProduct, QuatRotateVector, QuatSlerp, QuatToRotator, Rand, RandRange, Repl, ReplaceText, ResetConfig, Right, RotRand, Round, SaveConfig, SetPropertyText, Sin, Smerp, Split, Sqrt, Square, StaticClearConfig, StaticSaveConfig, StopWatch, StrCmp, Tan, VRand, VSize, Warn, ^, ^^, |, ||, ~, ~=


Variables Detail

C_AngleToDegree Source code

var config float C_AngleToDegree;

C_AngleToURot Source code

var config float C_AngleToURot;

C_MeterToUU Source code

var config float C_MeterToUU;

NumberPrecision Source code

var config byte NumberPrecision;

RightHand Source code

var config bool RightHand;


Functions Detail

AngleFromDeg Source code

static final function float AngleFromDeg ( int deg )

AngleFromUU Source code

static final function float AngleFromUU ( int uu )

AngleToDeg Source code

static final function int AngleToDeg ( float rad )

AngleToUU Source code

static final function int AngleToUU ( float rad )

FloatString Source code

static final function String FloatString ( float Value, optional int Precision )

LengthFromUU Source code

static final function float LengthFromUU ( float uu )

LengthToUU Source code

static final function float LengthToUU ( float m )

LengthVectorFromUU Source code

static final function vector LengthVectorFromUU ( vector vec )

LengthVectorToUU Source code

static final function vector LengthVectorToUU ( vector vec )

normRad_ZeroTo2PI Source code

static final function float normRad_ZeroTo2PI ( float rads )

RotatorFromUU Source code

static final function vector RotatorFromUU ( rotator rot )

RotatorToUU Source code

static final function rotator RotatorToUU ( vector vec )

SpeedFromUU Source code

static final function float SpeedFromUU ( float uu )

SpeedToUU Source code

static final function float SpeedToUU ( float m )

SpinSpeedFromUU Source code

static final function float SpinSpeedFromUU ( int uu )

SpinSpeedToUU Source code

static final function int SpinSpeedToUU ( float rad )

Str_AngleFromDeg Source code

static final function String Str_AngleFromDeg ( int deg, optional int Precision )

Str_AngleFromUU Source code

static final function String Str_AngleFromUU ( int uu, optional int Precision )

Str_LengthFromUU Source code

static final function String Str_LengthFromUU ( float uu, optional int Precision )

Str_LengthVectorFromUU Source code

static final function String Str_LengthVectorFromUU ( vector vec, optional int Precision )

Str_RotatorFromUU Source code

static final function String Str_RotatorFromUU ( rotator rot, optional int Precision )

Str_SpeedFromUU Source code

static final function String Str_SpeedFromUU ( float uu, optional int Precision )

Str_SpinSpeedFromUU Source code

static final function String Str_SpinSpeedFromUU ( int uu, optional int Precision )

Str_VelocityVectorFromUU Source code

static final function String Str_VelocityVectorFromUU ( vector vec, optional int Precision )

VectorString Source code

static final function String VectorString ( vector vec, optional int Precision )

VelocityVectorFromUU Source code

static final function vector VelocityVectorFromUU ( vector vec )

VelocityVectorToUU Source code

static final function vector VelocityVectorToUU ( vector vec )


Defaultproperties

defaultproperties
{
    
    C_MeterToUU=250

    
    C_AngleToDegree=57.2957795131;
    C_AngleToURot=10430.3783505;

    RightHand=true

    NumberPrecision=4
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Mo 16.4.2007 11:20:33.859 - Created with UnCodeX