C# Class Axiom.Samples.VolumeTexture.Julia

Show file Open project: WolfgangSt/axiom Class Usage Examples

Protected Properties

Property Type Description
globalImag float
globalReal float
globalTheta float
oc Quat

Public Methods

Method Description
Eval ( float x, float y, float z ) : float

Julia ( float globalReal, float globalImag, float globalTheta ) : Axiom.Math

QAdd ( Quat &a, Quat b ) : void
QMult ( Quat &c, Quat a, Quat b ) : void
QSqr ( Quat &b, Quat a ) : void

Method Details

Eval() public method

public Eval ( float x, float y, float z ) : float
x float
y float
z float
return float

Julia() public method

public Julia ( float globalReal, float globalImag, float globalTheta ) : Axiom.Math
globalReal float
globalImag float
globalTheta float
return Axiom.Math

QAdd() public method

public QAdd ( Quat &a, Quat b ) : void
a Quat
b Quat
return void

QMult() public method

public QMult ( Quat &c, Quat a, Quat b ) : void
c Quat
a Quat
b Quat
return void

QSqr() public method

public QSqr ( Quat &b, Quat a ) : void
b Quat
a Quat
return void

Property Details

globalImag protected property

protected float globalImag
return float

globalReal protected property

protected float globalReal
return float

globalTheta protected property

protected float globalTheta
return float

oc protected property

protected Quat oc
return Quat