C# Class Axiom.Samples.VolumeTexture.Julia

Datei anzeigen 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_oe property

protected float globalImag
return float

globalReal protected_oe property

protected float globalReal
return float

globalTheta protected_oe property

protected float globalTheta
return float

oc protected_oe property

protected Quat oc
return Quat