C# 클래스 VisualPOVRAY.Point2

상속: PovObj
파일 보기 프로젝트 열기: TheAwesomePossum/VisualPOVray 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
reactive bool
x float

공개 메소드들

메소드 설명
Point2 ( Signal xs, Signal ys ) : System
Point2 ( float x, float y, bool reactive = false ) : System
move ( Point3 loc ) : void
render ( ) : List
update ( float currentTime ) : void

메소드 상세

Point2() 공개 메소드

public Point2 ( Signal xs, Signal ys ) : System
xs Signal
ys Signal
리턴 System

Point2() 공개 메소드

public Point2 ( float x, float y, bool reactive = false ) : System
x float
y float
reactive bool
리턴 System

move() 공개 메소드

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

render() 공개 메소드

public render ( ) : List
리턴 List

update() 공개 메소드

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

프로퍼티 상세

reactive 공개적으로 프로퍼티

public bool reactive
리턴 bool

x 공개적으로 프로퍼티

public float x
리턴 float