Method | Description | |
---|---|---|
BSVMotor ( string useName ) : System | ||
BSVMotor ( string useName, float timeScale, float decayTimeScale, float efficiency ) : System | ||
ErrorIsZero ( ) : bool | ||
ErrorIsZero ( System.Vector3 err ) : bool | ||
GenerateTestOutput ( float timeStep ) : void | ||
SetCurrent ( System.Vector3 current ) : void | ||
SetTarget ( System.Vector3 target ) : void | ||
Step ( float timeStep ) : System.Vector3 | ||
Step ( float timeStep, System.Vector3 current ) : System.Vector3 | ||
StepError ( float timeStep, System.Vector3 error ) : System.Vector3 | ||
ToString ( ) : string | ||
Zero ( ) : void |
public BSVMotor ( string useName, float timeScale, float decayTimeScale, float efficiency ) : System | ||
useName | string | |
timeScale | float | |
decayTimeScale | float | |
efficiency | float | |
return | System |
public ErrorIsZero ( System.Vector3 err ) : bool | ||
err | System.Vector3 | |
return | bool |
public GenerateTestOutput ( float timeStep ) : void | ||
timeStep | float | |
return | void |
public SetCurrent ( System.Vector3 current ) : void | ||
current | System.Vector3 | |
return | void |
public SetTarget ( System.Vector3 target ) : void | ||
target | System.Vector3 | |
return | void |
public Step ( float timeStep ) : System.Vector3 | ||
timeStep | float | |
return | System.Vector3 |
public Step ( float timeStep, System.Vector3 current ) : System.Vector3 | ||
timeStep | float | |
current | System.Vector3 | |
return | System.Vector3 |
public StepError ( float timeStep, System.Vector3 error ) : System.Vector3 | ||
timeStep | float | |
error | System.Vector3 | |
return | System.Vector3 |