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

USARBot.KSlider

Extends
KDHinge

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.KActor
      |   
      +-- Engine.KConstraint
         |   
         +-- Engine.KHinge
            |   
            +-- USARBot.KDHinge
               |   
               +-- USARBot.KSlider

Variables Summary
floatbarLength
boolbInProtection
floatDesiredDistance
floatlastCA
KDHingeMidJoint
floatmidLastCA
floatmidSpinSpeed
KActorPart
KActorPart1
KActorPart2
floatspinSpeed
KDHingeTermJoint
floattermLastCA
floattermSpinSpeed
Inherited Variables from USARBot.KDHinge
bReceiveStateNew, ReceiveState
Inherited Variables from Engine.KHinge
KAltDesiredAngle, KCurrentAngle, KDamping, KDesiredAngle, KDesiredAngVel, KHingeType, KMaxTorque, KProportionalGap, KStiffness, KUseAltDesired

Enumerations Summary
Inherited Enumerations from Engine.KHinge
EHingeType

Functions Summary
event Destroyed ()
functionfloat getDistance ()
function init1 (Actor a1, Vector p1, Vector ax1, Vector sax1, Vector p2, Vector ax2, Vector sax2)
function init2 (Vector p1, Vector ax1, Vector sax1, Actor a2, Vector p2, Vector ax2, Vector sax2)
function Tick (float delta)
function timer ()
function Update ()
function UpdateConstraint ()
Inherited Functions from USARBot.KDHinge
KUpdateState, Update
Inherited Functions from Engine.KHinge
Trigger, Untrigger


Variables Detail

barLength Source code

var float barLength;

bInProtection Source code

var bool bInProtection;

DesiredDistance Source code

var float DesiredDistance;

lastCA Source code

var float lastCA;

MidJoint Source code

var KDHinge MidJoint;

midLastCA Source code

var float midLastCA;

midSpinSpeed Source code

var float midSpinSpeed;

Part Source code

var KActor Part;

Part1 Source code

var KActor Part1;

Part2 Source code

var KActor Part2;

spinSpeed Source code

var float spinSpeed;

TermJoint Source code

var KDHinge TermJoint;

termLastCA Source code

var float termLastCA;

termSpinSpeed Source code

var float termSpinSpeed;


Functions Detail

Destroyed Source code

simulated event Destroyed ( )

getDistance Source code

simulated function float getDistance ( )

init1 Source code

simulated function init1 ( Actor a1, Vector p1, Vector ax1, Vector sax1, Vector p2, Vector ax2, Vector sax2 )

init2 Source code

simulated function init2 ( Vector p1, Vector ax1, Vector sax1, Actor a2, Vector p2, Vector ax2, Vector sax2 )

Tick Source code

simulated function Tick ( float delta )

timer Source code

simulated function timer ( )

Update Source code

simulated function Update ( )

UpdateConstraint Source code

simulated function UpdateConstraint ( )



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