C# 클래스 NewTOAPIA.GLU.Shapes.GLUSphere

상속: GLUQuadric
파일 보기 프로젝트 열기: Wiladams/NewTOAPIA

공개 메소드들

메소드 설명
GLUSphere ( GraphicsInterface gi, double radius, int slices, int stacks ) : System
ToString ( ) : string

보호된 메소드들

메소드 설명
RenderContent ( GraphicsInterface gi ) : void

메소드 상세

GLUSphere() 공개 메소드

public GLUSphere ( GraphicsInterface gi, double radius, int slices, int stacks ) : System
gi NewTOAPIA.GL.GraphicsInterface
radius double
slices int
stacks int
리턴 System

RenderContent() 보호된 메소드

protected RenderContent ( GraphicsInterface gi ) : void
gi NewTOAPIA.GL.GraphicsInterface
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string