C# Class VisualPOVRAY.Point2

Inheritance: PovObj
Show file Open project: TheAwesomePossum/VisualPOVray Class Usage Examples

Public Properties

Property Type Description
reactive bool
x float

Public Methods

Method Description
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

Method Details

Point2() public method

public Point2 ( Signal xs, Signal ys ) : System
xs Signal
ys Signal
return System

Point2() public method

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

move() public method

public move ( Point3 loc ) : void
loc Point3
return void

render() public method

public render ( ) : List
return List

update() public method

public update ( float currentTime ) : void
currentTime float
return void

Property Details

reactive public property

public bool reactive
return bool

x public property

public float x
return float