C# Class VisualPOVRAY.Point2

Inheritance: PovObj
Afficher le fichier Open project: TheAwesomePossum/VisualPOVray Class Usage Examples

Méthodes publiques

Свойство Type Description
reactive bool
x float

Méthodes publiques

Méthode 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 méthode

public Point2 ( Signal xs, Signal ys ) : System
xs Signal
ys Signal
Résultat System

Point2() public méthode

public Point2 ( float x, float y, bool reactive = false ) : System
x float
y float
reactive bool
Résultat System

move() public méthode

public move ( Point3 loc ) : void
loc Point3
Résultat void

render() public méthode

public render ( ) : List
Résultat List

update() public méthode

public update ( float currentTime ) : void
currentTime float
Résultat void

Property Details

reactive public_oe property

public bool reactive
Résultat bool

x public_oe property

public float x
Résultat float