C# 클래스 VisualPOVRAY.Plane

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

공개 프로퍼티들

프로퍼티 타입 설명
disp Signal
normal Point3
rotation Point3
texture PovTexture
translate Point3

공개 메소드들

메소드 설명
Plane ( Point3 vectorx = null, Point3 vectory = null, float disp = -1.0f, Signal dispr = null, Point3 translate = null, Point3 rotation = null, PovTexture texture = null, bool reactive = false ) : System
Plane ( Point3 normal = null, float disp = -1.0f, Signal dispr = 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

메소드 상세

Plane() 공개 메소드

public Plane ( Point3 vectorx = null, Point3 vectory = null, float disp = -1.0f, Signal dispr = null, Point3 translate = null, Point3 rotation = null, PovTexture texture = null, bool reactive = false ) : System
vectorx Point3
vectory Point3
disp float
dispr Signal
translate Point3
rotation Point3
texture PovTexture
reactive bool
리턴 System

Plane() 공개 메소드

public Plane ( Point3 normal = null, float disp = -1.0f, Signal dispr = null, Point3 translate = null, Point3 rotation = null, PovTexture texture = null, String finish = null, bool reactive = false ) : System
normal Point3
disp float
dispr 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

프로퍼티 상세

disp 공개적으로 프로퍼티

public Signal disp
리턴 Signal

normal 공개적으로 프로퍼티

public Point3,VisualPOVRAY normal
리턴 Point3

rotation 공개적으로 프로퍼티

public Point3,VisualPOVRAY rotation
리턴 Point3

texture 공개적으로 프로퍼티

public PovTexture,VisualPOVRAY texture
리턴 PovTexture

translate 공개적으로 프로퍼티

public Point3,VisualPOVRAY translate
리턴 Point3