C# Class SpaceSim.Structures.StructureBase

Inheritance: IGdiRenderable
Afficher le fichier Open project: zlynn1990/SpaceSim

Méthodes publiques

Méthode Description
ComputeBoundingBox ( ) : RectangleD
RenderGdi ( Graphics graphics, RectangleD cameraBounds ) : void
Visibility ( RectangleD cameraBounds ) : double

Méthodes protégées

Méthode Description
StructureBase ( double surfaceAngle, double height, string texturePath, IMassiveBody parent ) : System

Method Details

ComputeBoundingBox() public méthode

public ComputeBoundingBox ( ) : RectangleD
Résultat VectorMath.RectangleD

RenderGdi() public méthode

public RenderGdi ( Graphics graphics, RectangleD cameraBounds ) : void
graphics System.Drawing.Graphics
cameraBounds VectorMath.RectangleD
Résultat void

StructureBase() protected méthode

protected StructureBase ( double surfaceAngle, double height, string texturePath, IMassiveBody parent ) : System
surfaceAngle double
height double
texturePath string
parent IMassiveBody
Résultat System

Visibility() public méthode

public Visibility ( RectangleD cameraBounds ) : double
cameraBounds VectorMath.RectangleD
Résultat double