C# Class VisualPOVRAY.Plane

Inheritance: PovObj
Exibir arquivo Open project: TheAwesomePossum/VisualPOVray

Public Properties

Property Type Description
disp Signal
normal Point3
rotation Point3
texture PovTexture
translate Point3

Public Methods

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

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

Plane() public method

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

disp public_oe property

public Signal disp
return Signal

normal public_oe property

public Point3,VisualPOVRAY normal
return Point3

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