C# Class SpaceSim.Spacecrafts.FalconCommon.F9S1Base

Inheritance: SpaceCraftBase
Mostrar archivo Open project: zlynn1990/SpaceSim

Public Methods

Method Description
DeployGridFins ( ) : void
DeployLandingLegs ( ) : void
Update ( double dt ) : void

Protected Methods

Method Description
F9S1Base ( string craftDirectory, DVector2 position, DVector2 velocity, double propellantMass, string texturePath, double finOffset = -16.3 ) : System
RenderShip ( Graphics graphics, RectangleD cameraBounds, RectangleF screenBounds ) : void

Method Details

DeployGridFins() public method

public DeployGridFins ( ) : void
return void

DeployLandingLegs() public method

public DeployLandingLegs ( ) : void
return void

F9S1Base() protected method

protected F9S1Base ( string craftDirectory, DVector2 position, DVector2 velocity, double propellantMass, string texturePath, double finOffset = -16.3 ) : System
craftDirectory string
position VectorMath.DVector2
velocity VectorMath.DVector2
propellantMass double
texturePath string
finOffset double
return System

RenderShip() protected method

protected RenderShip ( Graphics graphics, RectangleD cameraBounds, RectangleF screenBounds ) : void
graphics System.Drawing.Graphics
cameraBounds VectorMath.RectangleD
screenBounds System.Drawing.RectangleF
return void

Update() public method

public Update ( double dt ) : void
dt double
return void