C# Class VisualPOVRAY.Box

Inheritance: PovObj
Mostrar archivo Open project: TheAwesomePossum/VisualPOVray

Public Properties

Property Type Description
lowerleftcorner Point3
reactive bool
rotation Point3
texture PovTexture
translate Point3
upperrightcorner Point3

Public Methods

Method Description
Box ( Point3 lowerleftcorner = null, Point3 upperrightcorner = 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

Box() public method

public Box ( Point3 lowerleftcorner = null, Point3 upperrightcorner = null, Point3 translate = null, Point3 rotation = null, PovTexture texture = null, String finish = null, bool reactive = false ) : System
lowerleftcorner Point3
upperrightcorner Point3
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

lowerleftcorner public_oe property

public Point3,VisualPOVRAY lowerleftcorner
return Point3

reactive public_oe property

public bool reactive
return bool

rotation public_oe property

public Point3,VisualPOVRAY rotation
return Point3

texture public_oe property

public PovTexture,VisualPOVRAY texture
return PovTexture

translate public_oe property

public Point3,VisualPOVRAY translate
return Point3

upperrightcorner public_oe property

public Point3,VisualPOVRAY upperrightcorner
return Point3