C# Class Axiom.Samples.VolumeTexture.Julia

Afficher le fichier Open project: WolfgangSt/axiom Class Usage Examples

Protected Properties

Свойство Type Description
globalImag float
globalReal float
globalTheta float
oc Quat

Méthodes publiques

Méthode 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 méthode

public Eval ( float x, float y, float z ) : float
x float
y float
z float
Résultat float

Julia() public méthode

public Julia ( float globalReal, float globalImag, float globalTheta ) : Axiom.Math
globalReal float
globalImag float
globalTheta float
Résultat Axiom.Math

QAdd() public méthode

public QAdd ( Quat &a, Quat b ) : void
a Quat
b Quat
Résultat void

QMult() public méthode

public QMult ( Quat &c, Quat a, Quat b ) : void
c Quat
a Quat
b Quat
Résultat void

QSqr() public méthode

public QSqr ( Quat &b, Quat a ) : void
b Quat
a Quat
Résultat void

Property Details

globalImag protected_oe property

protected float globalImag
Résultat float

globalReal protected_oe property

protected float globalReal
Résultat float

globalTheta protected_oe property

protected float globalTheta
Résultat float

oc protected_oe property

protected Quat oc
Résultat Quat