Method | Description | |
---|---|---|
GetVesselTorque ( Vessel vessel ) : Vector3 |
Get the total torque for a vessel.
|
|
InvertNoNaN ( this vector ) : UnityEngine.Vector3d | ||
Pow ( UnityEngine.Vector3d vector, float exponent ) : UnityEngine.Vector3d | ||
SteerShipToward ( |
Automatically guides the ship to face a desired orientation
|
|
SwapYZ ( UnityEngine.Vector3d input ) : UnityEngine.Vector3d |
Method | Description | |
---|---|---|
SetPIDParameters ( |
public static GetVesselTorque ( Vessel vessel ) : Vector3 | ||
vessel | Vessel | The vessel from which ot get the total torque. |
return | Vector3 |
public static InvertNoNaN ( this vector ) : UnityEngine.Vector3d | ||
vector | this | |
return | UnityEngine.Vector3d |
public static Pow ( UnityEngine.Vector3d vector, float exponent ) : UnityEngine.Vector3d | ||
vector | UnityEngine.Vector3d | |
exponent | float | |
return | UnityEngine.Vector3d |
public static SteerShipToward ( |
||
target | The desired orientation | |
c | FlightCtrlState | The FlightCtrlState for the current vessel. |
fc | The flight computer carrying out the slew | |
ignoreRoll | bool | [optional] to ignore the roll |
return | void |
public static SwapYZ ( UnityEngine.Vector3d input ) : UnityEngine.Vector3d | ||
input | UnityEngine.Vector3d | |
return | UnityEngine.Vector3d |