C# Class VisualPOVRAY.AnimatedPoint3

Inheritance: PovObj
Afficher le fichier Open project: TheAwesomePossum/VisualPOVray

Méthodes publiques

Méthode Description
AnimatedPoint3 ( String x, String y, String z ) : System
move ( Point3 p ) : void
move ( String x, String y, String z ) : void
render ( ) : List
update ( float time ) : void

Method Details

AnimatedPoint3() public méthode

public AnimatedPoint3 ( String x, String y, String z ) : System
x String
y String
z String
Résultat System

move() public méthode

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

move() public méthode

public move ( String x, String y, String z ) : void
x String
y String
z String
Résultat void

render() public méthode

public render ( ) : List
Résultat List

update() public méthode

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