C# Class NewTOAPIA.GLU.Shapes.GLUCone

Inheritance: GLUQuadric
Mostra file Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Methods

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

Protected Methods

Method Description
RenderContent ( GraphicsInterface gi ) : void

Method Details

GLUCone() public method

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
return NewTOAPIA.GL

RenderContent() protected method

protected RenderContent ( GraphicsInterface gi ) : void
gi NewTOAPIA.GL.GraphicsInterface
return void