C# Class NewTOAPIA.GLU.Shapes.GLUCylinder

Inheritance: GLUQuadric
Mostra file Open project: Wiladams/NewTOAPIA

Public Methods

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

Protected Methods

Method Description
RenderContent ( GraphicsInterface gi ) : void

Method Details

GLUCylinder() public method

public GLUCylinder ( 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