C# Class VisualPOVRAY.Sphere

Inheritance: PovObj
Afficher le fichier Open project: TheAwesomePossum/VisualPOVray Class Usage Examples

Méthodes publiques

Свойство Type Description
location Point3
rotation Point3
translate Point3

Méthodes publiques

Méthode Description
Sphere ( Point3 location = null, float radius = 1.0f, Signal rrad = 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

Sphere() public méthode

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

location public_oe property

public Point3,VisualPOVRAY location
Résultat Point3

rotation public_oe property

public Point3,VisualPOVRAY rotation
Résultat Point3

translate public_oe property

public Point3,VisualPOVRAY translate
Résultat Point3