C# 클래스 NewTOAPIA.GL.GLUCylinder

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

공개 메소드들

메소드 설명
GLUCylinder ( double baseSize, double height, int slices, int stacks )

보호된 메소드들

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

메소드 상세

GLUCylinder() 공개 메소드

public GLUCylinder ( double baseSize, double height, int slices, int stacks )
baseSize double
height double
slices int
stacks int

RenderContent() 보호된 메소드

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