C# Class VisualPOVRAY.Sphere

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

Public Properties

Property Type Description
location Point3
rotation Point3
translate Point3

Public Methods

Method Description
Sphere ( Point3 location = null, float radius = 1.0f, Signal rrad = null, Point3 translate = null, Point3 rotation = null, PovTexture texture = null, String finish = null, bool reactive = false ) : System
move ( Point3 transform ) : void
render ( ) : List
update ( float time ) : void

Method Details

Sphere() public method

public Sphere ( Point3 location = null, float radius = 1.0f, Signal rrad = null, Point3 translate = null, Point3 rotation = null, PovTexture texture = null, String finish = null, bool reactive = false ) : System
location Point3
radius float
rrad Signal
translate Point3
rotation Point3
texture PovTexture
finish String
reactive bool
return System

move() public method

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

render() public method

public render ( ) : List
return List

update() public method

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

Property Details

location public property

public Point3,VisualPOVRAY location
return Point3

rotation public property

public Point3,VisualPOVRAY rotation
return Point3

translate public property

public Point3,VisualPOVRAY translate
return Point3