C# Class VisualPOVRAY.Parametric

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

Méthodes publiques

Свойство Type Description
bounds String
loc Point3
rot Point3
trans Point3

Méthodes publiques

Méthode Description
Parametric ( String xFunc, String yFunc, String zFunc, Point3 location = null, float u1 = 0f, float u2 = 7f, float v1 = 0f, float v2 = 7f, Signal ru1 = null, Signal ru2 = null, Signal rv1 = null, Signal rv2 = null, String bounds = "{box {<-1,-1,-1>*2*pi,<1,8/3,1>*2*pi}}", 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

Parametric() public méthode

public Parametric ( String xFunc, String yFunc, String zFunc, Point3 location = null, float u1 = 0f, float u2 = 7f, float v1 = 0f, float v2 = 7f, Signal ru1 = null, Signal ru2 = null, Signal rv1 = null, Signal rv2 = null, String bounds = "{box {<-1,-1,-1>*2*pi,<1,8/3,1>*2*pi}}", Point3 translate = null, Point3 rotation = null, PovTexture texture = null, String finish = null, bool reactive = false ) : System
xFunc String
yFunc String
zFunc String
location Point3
u1 float
u2 float
v1 float
v2 float
ru1 Signal
ru2 Signal
rv1 Signal
rv2 Signal
bounds String
translate Point3
rotation Point3
texture PovTexture
finish String
reactive bool
Résultat System

move() public méthode

public move ( Point3 loc ) : void
loc Point3
Résultat void

render() public méthode

public render ( ) : List
Résultat List

update() public méthode

public update ( float currentTime ) : void
currentTime float
Résultat void

Property Details

bounds public_oe property

public String bounds
Résultat String

loc public_oe property

public Point3,VisualPOVRAY loc
Résultat Point3

rot public_oe property

public Point3,VisualPOVRAY rot
Résultat Point3

trans public_oe property

public Point3,VisualPOVRAY trans
Résultat Point3