C# Class RegexKSP.NodeState

Afficher le fichier Open project: jbengtson/ksp-precisenode Class Usage Examples

Méthodes publiques

Свойство Type Description
UT double
deltaV UnityEngine.Vector3d

Méthodes publiques

Méthode Description
NodeState ( ) : System
NodeState ( ManeuverNode m ) : System
NodeState ( UnityEngine.Vector3d dv, double u ) : System
compare ( ManeuverNode m ) : bool
createManeuverNode ( PatchedConicSolver p ) : void
getVector ( ) : UnityEngine.Vector3d
update ( ManeuverNode m ) : void

Method Details

NodeState() public méthode

public NodeState ( ) : System
Résultat System

NodeState() public méthode

public NodeState ( ManeuverNode m ) : System
m ManeuverNode
Résultat System

NodeState() public méthode

public NodeState ( UnityEngine.Vector3d dv, double u ) : System
dv UnityEngine.Vector3d
u double
Résultat System

compare() public méthode

public compare ( ManeuverNode m ) : bool
m ManeuverNode
Résultat bool

createManeuverNode() public méthode

public createManeuverNode ( PatchedConicSolver p ) : void
p PatchedConicSolver
Résultat void

getVector() public méthode

public getVector ( ) : UnityEngine.Vector3d
Résultat UnityEngine.Vector3d

update() public méthode

public update ( ManeuverNode m ) : void
m ManeuverNode
Résultat void

Property Details

UT public_oe property

public double UT
Résultat double

deltaV public_oe property

public Vector3d,UnityEngine deltaV
Résultat UnityEngine.Vector3d