C# 클래스 VisualPOVRAY.Cone

상속: PovObj
파일 보기 프로젝트 열기: TheAwesomePossum/VisualPOVray

공개 프로퍼티들

프로퍼티 타입 설명
bottompoint Point3
bottomradius Signal
rotation Point3
texture PovTexture
toppoint Point3
topradius Signal
translate Point3

공개 메소드들

메소드 설명
Cone ( Point3 bottompoint = null, float bottomradius = 1.0f, Signal bottomradiusr = null, Point3 toppoint = null, float topradius = 0.0f, Signal topradiusr = null, Point3 translate = null, Point3 rotation = null, PovTexture texture = null, String finish = null, bool reactive = false ) : System
move ( Point3 transform ) : void
render ( ) : List
update ( float time ) : void

메소드 상세

Cone() 공개 메소드

public Cone ( Point3 bottompoint = null, float bottomradius = 1.0f, Signal bottomradiusr = null, Point3 toppoint = null, float topradius = 0.0f, Signal topradiusr = null, Point3 translate = null, Point3 rotation = null, PovTexture texture = null, String finish = null, bool reactive = false ) : System
bottompoint Point3
bottomradius float
bottomradiusr Signal
toppoint Point3
topradius float
topradiusr Signal
translate Point3
rotation Point3
texture PovTexture
finish String
reactive bool
리턴 System

move() 공개 메소드

public move ( Point3 transform ) : void
transform Point3
리턴 void

render() 공개 메소드

public render ( ) : List
리턴 List

update() 공개 메소드

public update ( float time ) : void
time float
리턴 void

프로퍼티 상세

bottompoint 공개적으로 프로퍼티

public Point3,VisualPOVRAY bottompoint
리턴 Point3

bottomradius 공개적으로 프로퍼티

public Signal bottomradius
리턴 Signal

rotation 공개적으로 프로퍼티

public Point3,VisualPOVRAY rotation
리턴 Point3

texture 공개적으로 프로퍼티

public PovTexture,VisualPOVRAY texture
리턴 PovTexture

toppoint 공개적으로 프로퍼티

public Point3,VisualPOVRAY toppoint
리턴 Point3

topradius 공개적으로 프로퍼티

public Signal topradius
리턴 Signal

translate 공개적으로 프로퍼티

public Point3,VisualPOVRAY translate
리턴 Point3