C# Class Fractrace.TomoGeometry.GestaltFormula

Inheritance: TomoFormula
Afficher le fichier Open project: trafassel/Gestaltlupe

Protected Properties

Свойство Type Description
_cycles int
_isJulia bool
_jx double
_jy double
_jz double

Méthodes publiques

Méthode Description
GetBool ( double x, double y, double z ) : bool

Return true if given point belongs to set.

Init ( ) : void

Méthodes protégées

Méthode Description
Rotate ( double angle, double &x, double &y ) : void

Method Details

GetBool() public méthode

Return true if given point belongs to set.
public GetBool ( double x, double y, double z ) : bool
x double
y double
z double
Résultat bool

Init() public méthode

public Init ( ) : void
Résultat void

Rotate() protected méthode

protected Rotate ( double angle, double &x, double &y ) : void
angle double
x double
y double
Résultat void

Property Details

_cycles protected_oe property

protected int _cycles
Résultat int

_isJulia protected_oe property

protected bool _isJulia
Résultat bool

_jx protected_oe property

protected double _jx
Résultat double

_jy protected_oe property

protected double _jy
Résultat double

_jz protected_oe property

protected double _jz
Résultat double