C# 클래스 NewTOAPIA.GL.GLUSphere

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

공개 메소드들

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

보호된 메소드들

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

메소드 상세

GLUSphere() 공개 메소드

public GLUSphere ( double radius, int slices, int stacks ) : System
radius double
slices int
stacks int
리턴 System

RenderContent() 보호된 메소드

protected RenderContent ( GraphicsInterface gi ) : void
gi GraphicsInterface
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string