C# Class SpaceSim.Spacecrafts.ITS.ITSShip

Inheritance: SpaceCraftBase
Afficher le fichier Open project: zlynn1990/SpaceSim Class Usage Examples

Méthodes publiques

Méthode Description
ITSShip ( string craftDirectory, DVector2 position, DVector2 velocity, double payloadMass, double propellantMass = 1769010 ) : System

Méthodes protégées

Méthode Description
RenderShip ( Graphics graphics, RectangleD cameraBounds, RectangleF screenBounds ) : void

Method Details

ITSShip() public méthode

public ITSShip ( string craftDirectory, DVector2 position, DVector2 velocity, double payloadMass, double propellantMass = 1769010 ) : System
craftDirectory string
position VectorMath.DVector2
velocity VectorMath.DVector2
payloadMass double
propellantMass double
Résultat System

RenderShip() protected méthode

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