C# 클래스 VisualPOVRAY.Prism

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

공개 프로퍼티들

프로퍼티 타입 설명
loc Point3
numPoints Signal
p VisualPOVRAY.Point2[]
points String
reactive bool

공개 메소드들

메소드 설명
Prism ( String spline_type, float height1, float height2, int numPoints, Point2 p, Point3 loc = null, bool reactive = false, Signal rh1 = null, Signal rh2 = null, Signal nps = null ) : System
move ( Point3 loc ) : void
render ( ) : List
update ( float currentTime ) : void

메소드 상세

Prism() 공개 메소드

public Prism ( String spline_type, float height1, float height2, int numPoints, Point2 p, Point3 loc = null, bool reactive = false, Signal rh1 = null, Signal rh2 = null, Signal nps = null ) : System
spline_type String
height1 float
height2 float
numPoints int
p Point2
loc Point3
reactive bool
rh1 Signal
rh2 Signal
nps Signal
리턴 System

move() 공개 메소드

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

render() 공개 메소드

public render ( ) : List
리턴 List

update() 공개 메소드

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

프로퍼티 상세

loc 공개적으로 프로퍼티

public Point3,VisualPOVRAY loc
리턴 Point3

numPoints 공개적으로 프로퍼티

public Signal numPoints
리턴 Signal

p 공개적으로 프로퍼티

public Point2[],VisualPOVRAY p
리턴 VisualPOVRAY.Point2[]

points 공개적으로 프로퍼티

public String points
리턴 String

reactive 공개적으로 프로퍼티

public bool reactive
리턴 bool