C# Class GravityTurn.VesselExtensions

Mostrar archivo Open project: johnfink8/GravityTurn

Public Methods

Method Description
CriticalHeatPart ( this v ) : Part
DragCubeCoefForward ( this vessel ) : float
HasActiveSRB ( this vessel ) : bool
LiftedOff ( this v ) : bool
Pitch ( this v ) : float
PlaceManeuverNode ( this vessel, Orbit patch, UnityEngine.Vector3d dV, double UT ) : ManeuverNode
ProgradePitch ( this vessel, bool surface = true ) : float
StageHasSolidEngine ( this vessel, int inverseStage ) : bool
forward ( this v ) : Vector3
horizontal ( this vessel, bool surface = true ) : UnityEngine.Vector3d
rigidbody ( this v ) : Rigidbody
up ( this vessel ) : UnityEngine.Vector3d

Method Details

CriticalHeatPart() public static method

public static CriticalHeatPart ( this v ) : Part
v this
return Part

DragCubeCoefForward() public static method

public static DragCubeCoefForward ( this vessel ) : float
vessel this
return float

HasActiveSRB() public static method

public static HasActiveSRB ( this vessel ) : bool
vessel this
return bool

LiftedOff() public static method

public static LiftedOff ( this v ) : bool
v this
return bool

Pitch() public static method

public static Pitch ( this v ) : float
v this
return float

PlaceManeuverNode() public static method

public static PlaceManeuverNode ( this vessel, Orbit patch, UnityEngine.Vector3d dV, double UT ) : ManeuverNode
vessel this
patch Orbit
dV UnityEngine.Vector3d
UT double
return ManeuverNode

ProgradePitch() public static method

public static ProgradePitch ( this vessel, bool surface = true ) : float
vessel this
surface bool
return float

StageHasSolidEngine() public static method

public static StageHasSolidEngine ( this vessel, int inverseStage ) : bool
vessel this
inverseStage int
return bool

forward() public static method

public static forward ( this v ) : Vector3
v this
return Vector3

horizontal() public static method

public static horizontal ( this vessel, bool surface = true ) : UnityEngine.Vector3d
vessel this
surface bool
return UnityEngine.Vector3d

rigidbody() public static method

public static rigidbody ( this v ) : Rigidbody
v this
return UnityEngine.Rigidbody

up() public static method

public static up ( this vessel ) : UnityEngine.Vector3d
vessel this
return UnityEngine.Vector3d