C# Class VisualPOVRAY.Plane

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

Méthodes publiques

Свойство Type Description
disp Signal
normal Point3
rotation Point3
texture PovTexture
translate Point3

Méthodes publiques

Méthode Description
Plane ( Point3 vectorx = null, Point3 vectory = null, float disp = -1.0f, Signal dispr = null, Point3 translate = null, Point3 rotation = null, PovTexture texture = null, bool reactive = false ) : System
Plane ( Point3 normal = null, float disp = -1.0f, Signal dispr = 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

Plane() public méthode

public Plane ( Point3 vectorx = null, Point3 vectory = null, float disp = -1.0f, Signal dispr = null, Point3 translate = null, Point3 rotation = null, PovTexture texture = null, bool reactive = false ) : System
vectorx Point3
vectory Point3
disp float
dispr Signal
translate Point3
rotation Point3
texture PovTexture
reactive bool
Résultat System

Plane() public méthode

public Plane ( Point3 normal = null, float disp = -1.0f, Signal dispr = null, Point3 translate = null, Point3 rotation = null, PovTexture texture = null, String finish = null, bool reactive = false ) : System
normal Point3
disp float
dispr 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

disp public_oe property

public Signal disp
Résultat Signal

normal public_oe property

public Point3,VisualPOVRAY normal
Résultat Point3

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