C# Class VisualPOVRAY.Cylinder

Inheritance: PovObj
Show file Open project: TheAwesomePossum/VisualPOVray

Public Properties

Property Type Description
basepoint Point3
radius Signal
rotation Point3
toppoint Point3
translate Point3

Public Methods

Method Description
Cylinder ( Point3 basepoint = null, Point3 toppoint = null, float radius = 1.0f, Signal radiusr = 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

Cylinder() public method

public Cylinder ( Point3 basepoint = null, Point3 toppoint = null, float radius = 1.0f, Signal radiusr = null, Point3 translate = null, Point3 rotation = null, PovTexture texture = null, String finish = null, bool reactive = false ) : System
basepoint Point3
toppoint Point3
radius float
radiusr 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

basepoint public property

public Point3,VisualPOVRAY basepoint
return Point3

radius public property

public Signal radius
return Signal

rotation public property

public Point3,VisualPOVRAY rotation
return Point3

toppoint public property

public Point3,VisualPOVRAY toppoint
return Point3

translate public property

public Point3,VisualPOVRAY translate
return Point3