C# Class VisualPOVRAY.SuperEllipsoid

Inheritance: PovObj
Show file Open project: TheAwesomePossum/VisualPOVray

Public Properties

Property Type Description
loc Point3
rot Point3
trans Point3

Public Methods

Method Description
SuperEllipsoid ( Point3 location = null, float e = 3f, float n = 2f, Signal re = null, Signal rn = null, Point3 translate = null, Point3 rotation = null, PovTexture texture = null, String finish = null, bool reactive = false ) : System
move ( Point3 loc ) : void
render ( ) : List
update ( float currentTime ) : void

Method Details

SuperEllipsoid() public method

public SuperEllipsoid ( Point3 location = null, float e = 3f, float n = 2f, Signal re = null, Signal rn = null, Point3 translate = null, Point3 rotation = null, PovTexture texture = null, String finish = null, bool reactive = false ) : System
location Point3
e float
n float
re Signal
rn Signal
translate Point3
rotation Point3
texture PovTexture
finish String
reactive bool
return System

move() public method

public move ( Point3 loc ) : void
loc Point3
return void

render() public method

public render ( ) : List
return List

update() public method

public update ( float currentTime ) : void
currentTime float
return void

Property Details

loc public property

public Point3,VisualPOVRAY loc
return Point3

rot public property

public Point3,VisualPOVRAY rot
return Point3

trans public property

public Point3,VisualPOVRAY trans
return Point3