C# Class NewTOAPIA.GLU.Shapes.GLUCone

Inheritance: GLUQuadric
Afficher le fichier Open project: Wiladams/NewTOAPIA Class Usage Examples

Méthodes publiques

Méthode Description
GLUCone ( GraphicsInterface gi, double baseSize, double height, int slices, int stacks ) : NewTOAPIA.GL

Méthodes protégées

Méthode Description
RenderContent ( GraphicsInterface gi ) : void

Method Details

GLUCone() public méthode

public GLUCone ( GraphicsInterface gi, double baseSize, double height, int slices, int stacks ) : NewTOAPIA.GL
gi NewTOAPIA.GL.GraphicsInterface
baseSize double
height double
slices int
stacks int
Résultat NewTOAPIA.GL

RenderContent() protected méthode

protected RenderContent ( GraphicsInterface gi ) : void
gi NewTOAPIA.GL.GraphicsInterface
Résultat void