C# Class VisualPOVRAY.Box

Inheritance: PovObj
Afficher le fichier Open project: TheAwesomePossum/VisualPOVray

Méthodes publiques

Свойство Type Description
lowerleftcorner Point3
reactive bool
rotation Point3
texture PovTexture
translate Point3
upperrightcorner Point3

Méthodes publiques

Méthode 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 méthode

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
Résultat System

move() public méthode

public move ( Point3 transform ) : void
transform Point3
Résultat void

render() public méthode

public render ( ) : List
Résultat List

update() public méthode

public update ( float time ) : void
time float
Résultat void

Property Details

lowerleftcorner public_oe property

public Point3,VisualPOVRAY lowerleftcorner
Résultat Point3

reactive public_oe property

public bool reactive
Résultat bool

rotation public_oe property

public Point3,VisualPOVRAY rotation
Résultat Point3

texture public_oe property

public PovTexture,VisualPOVRAY texture
Résultat PovTexture

translate public_oe property

public Point3,VisualPOVRAY translate
Résultat Point3

upperrightcorner public_oe property

public Point3,VisualPOVRAY upperrightcorner
Résultat Point3