C# Class VisualPOVRAY.AnimatedPoint3

Inheritance: PovObj
Show file Open project: TheAwesomePossum/VisualPOVray

Public Methods

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

public AnimatedPoint3 ( String x, String y, String z ) : System
x String
y String
z String
return System

move() public method

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

move() public method

public move ( String x, String y, String z ) : void
x String
y String
z String
return void

render() public method

public render ( ) : List
return List

update() public method

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