C# Class VisualPOVRAY.Cylinder

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

Méthodes publiques

Свойство Type Description
basepoint Point3
radius Signal
rotation Point3
toppoint Point3
translate Point3

Méthodes publiques

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

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
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

basepoint public_oe property

public Point3,VisualPOVRAY basepoint
Résultat Point3

radius public_oe property

public Signal radius
Résultat Signal

rotation public_oe property

public Point3,VisualPOVRAY rotation
Résultat Point3

toppoint public_oe property

public Point3,VisualPOVRAY toppoint
Résultat Point3

translate public_oe property

public Point3,VisualPOVRAY translate
Résultat Point3