C# Class SpaceSim.Spacecrafts.ITS.ITSBooster

Inheritance: SpaceCraftBase
Datei anzeigen Open project: zlynn1990/SpaceSim Class Usage Examples

Public Methods

Method Description
ITSBooster ( string craftDirectory, DVector2 position, DVector2 velocity, double propellantMass = 6078138 ) : System

Protected Methods

Method Description
RenderShip ( Graphics graphics, RectangleD cameraBounds, RectangleF screenBounds ) : void

Method Details

ITSBooster() public method

public ITSBooster ( string craftDirectory, DVector2 position, DVector2 velocity, double propellantMass = 6078138 ) : System
craftDirectory string
position VectorMath.DVector2
velocity VectorMath.DVector2
propellantMass 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