C# Class VisualPOVRAY.Cone

Inheritance: PovObj
Show file Open project: TheAwesomePossum/VisualPOVray

Public Properties

Property Type Description
bottompoint Point3
bottomradius Signal
rotation Point3
texture PovTexture
toppoint Point3
topradius Signal
translate Point3

Public Methods

Method Description
Cone ( Point3 bottompoint = null, float bottomradius = 1.0f, Signal bottomradiusr = null, Point3 toppoint = null, float topradius = 0.0f, Signal topradiusr = 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

Cone() public method

public Cone ( Point3 bottompoint = null, float bottomradius = 1.0f, Signal bottomradiusr = null, Point3 toppoint = null, float topradius = 0.0f, Signal topradiusr = null, Point3 translate = null, Point3 rotation = null, PovTexture texture = null, String finish = null, bool reactive = false ) : System
bottompoint Point3
bottomradius float
bottomradiusr Signal
toppoint Point3
topradius float
topradiusr 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

bottompoint public property

public Point3,VisualPOVRAY bottompoint
return Point3

bottomradius public property

public Signal bottomradius
return Signal

rotation public property

public Point3,VisualPOVRAY rotation
return Point3

texture public property

public PovTexture,VisualPOVRAY texture
return PovTexture

toppoint public property

public Point3,VisualPOVRAY toppoint
return Point3

topradius public property

public Signal topradius
return Signal

translate public property

public Point3,VisualPOVRAY translate
return Point3