C# Class WireframeGear, NewTOAPIA

Inheritance: GLRenderable
Mostrar archivo Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Methods

Method Description
Render ( GraphicsInterface gi ) : void
WireframeGear ( GraphicsInterface gi, float innerRadius, float outerRadius, float width, int teeth, float toothdepth ) : System

Protected Methods

Method Description
RenderContent ( GraphicsInterface gi ) : void

Private Methods

Method Description
RenderBackFacesOfTeeth ( GraphicsInterface gi ) : void
RenderBackSidesOfTeeth ( GraphicsInterface gi ) : void
RenderFrontFacesOfTeeth ( GraphicsInterface gi ) : void
RenderFrontSidesOfTeeth ( GraphicsInterface gi ) : void
RenderInsideRadiusCylinder ( GraphicsInterface gi ) : void
RenderOutwardFacesOfTeeth ( GraphicsInterface gi ) : void

Method Details

Render() public method

public Render ( GraphicsInterface gi ) : void
gi NewTOAPIA.GL.GraphicsInterface
return void

RenderContent() protected method

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

WireframeGear() public method

public WireframeGear ( GraphicsInterface gi, float innerRadius, float outerRadius, float width, int teeth, float toothdepth ) : System
gi NewTOAPIA.GL.GraphicsInterface
innerRadius float
outerRadius float
width float
teeth int
toothdepth float
return System