- Extends
- Object
- Modifiers
- config ( USARBot )
Core.Object
|
+-- USARBot.USARConverter
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 |
| float | AngleFromDeg (int deg)
|
| float | AngleFromUU (int uu)
|
| int | AngleToDeg (float rad)
|
| int | AngleToUU (float rad)
|
| String | FloatString (float Value, optional int Precision)
|
| float | LengthFromUU (float uu)
|
| float | LengthToUU (float m)
|
| vector | LengthVectorFromUU (vector vec)
|
| vector | LengthVectorToUU (vector vec)
|
| float | normRad_ZeroTo2PI (float rads)
|
| vector | RotatorFromUU (rotator rot)
|
| rotator | RotatorToUU (vector vec)
|
| float | SpeedFromUU (float uu)
|
| float | SpeedToUU (float m)
|
| float | SpinSpeedFromUU (int uu)
|
| int | SpinSpeedToUU (float rad)
|
| String | Str_AngleFromDeg (int deg, optional int Precision)
|
| String | Str_AngleFromUU (int uu, optional int Precision)
|
| String | Str_LengthFromUU (float uu, optional int Precision)
|
| String | Str_LengthVectorFromUU (vector vec, optional int Precision)
|
| String | Str_RotatorFromUU (rotator rot, optional int Precision)
|
| String | Str_SpeedFromUU (float uu, optional int Precision)
|
| String | Str_SpinSpeedFromUU (int uu, optional int Precision)
|
| String | Str_VelocityVectorFromUU (vector vec, optional int Precision)
|
| String | VectorString (vector vec, optional int Precision)
|
| vector | VelocityVectorFromUU (vector vec)
|
| vector | 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, ^, ^^, |, ||, ~, ~= |
var config float C_AngleToDegree;
var config float C_AngleToURot;
var config float C_MeterToUU;
var config byte NumberPrecision;
var config bool RightHand;
static final function float AngleFromDeg ( int deg )
static final function float AngleFromUU ( int uu )
static final function int AngleToDeg ( float rad )
static final function int AngleToUU ( float rad )
static final function String FloatString ( float Value, optional int Precision )
static final function float LengthFromUU ( float uu )
static final function float LengthToUU ( float m )
static final function vector LengthVectorFromUU (
vector vec )
static final function vector LengthVectorToUU (
vector vec )
static final function float normRad_ZeroTo2PI ( float rads )
static final function float SpeedFromUU ( float uu )
static final function float SpeedToUU ( float m )
static final function float SpinSpeedFromUU ( int uu )
static final function int SpinSpeedToUU ( float rad )
static final function String Str_AngleFromDeg ( int deg, optional int Precision )
static final function String Str_AngleFromUU ( int uu, optional int Precision )
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 )
static final function String Str_RotatorFromUU (
rotator rot,
optional int Precision )
static final function String Str_SpeedFromUU ( float uu, optional int Precision )
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 )
static final function String VectorString (
vector vec,
optional int Precision )
static final function vector VelocityVectorFromUU (
vector vec )
static final function vector VelocityVectorToUU (
vector vec )
defaultproperties
{
C_MeterToUU=250
C_AngleToDegree=57.2957795131;
C_AngleToURot=10430.3783505;
RightHand=true
NumberPrecision=4
}
|
Creation time: Mo 16.4.2007 11:20:33.859 - Created with
UnCodeX