C# Class VisualPOVRAY.JuliaFractal

Inheritance: PovObj
Show file Open project: TheAwesomePossum/VisualPOVray

Public Properties

Property Type Description
loc Point3
rot Point3

Public Methods

Method Description
JuliaFractal ( String algebra, String function, int precision, int iterations, Point3 location = null, float x = -0.162f, float y = 0.163f, float z = 0.560f, float k = -0.599f, Signal rx = null, Signal ry = null, Signal rz = null, Signal rk = 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

JuliaFractal() public method

public JuliaFractal ( String algebra, String function, int precision, int iterations, Point3 location = null, float x = -0.162f, float y = 0.163f, float z = 0.560f, float k = -0.599f, Signal rx = null, Signal ry = null, Signal rz = null, Signal rk = null, Point3 rotation = null, PovTexture texture = null, String finish = null, bool reactive = false ) : System
algebra String
function String
precision int
iterations int
location Point3
x float
y float
z float
k float
rx Signal
ry Signal
rz Signal
rk Signal
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