C# Class SmartQuant.Charting.Draw3D.TMat3x3

Afficher le fichier Open project: fastquant/fastquant.dll Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
SetDiagonal ( double lx, double ly, double lz ) : void
SetExchangeAxes ( int i, int j ) : void
SetExchangeYZ ( ) : void
SetNumber ( double k ) : void
SetRot ( int i1, int i2, double angle ) : void
SetRotX ( double angle ) : void
SetRotXY ( double angle ) : void
SetRotY ( double angle ) : void
SetRotYZ ( double angle ) : void
SetRotZ ( double angle ) : void
SetRotZX ( double angle ) : void
SetSpecialProjection ( double angle ) : void
SetUnit ( ) : void
SetZero ( ) : void
TMat3x3 ( ) : System
TMat3x3 ( double x ) : System
TMat3x3 ( double a, double b, double c, double d, double e, double f, double g, double h, double i ) : System
operator ( ) : TMat3x3
operator ( ) : TVec3
operator ( ) : bool
this ( int i, int j ) : double

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

SetDiagonal() public méthode

public SetDiagonal ( double lx, double ly, double lz ) : void
lx double
ly double
lz double
Résultat void

SetExchangeAxes() public méthode

public SetExchangeAxes ( int i, int j ) : void
i int
j int
Résultat void

SetExchangeYZ() public méthode

public SetExchangeYZ ( ) : void
Résultat void

SetNumber() public méthode

public SetNumber ( double k ) : void
k double
Résultat void

SetRot() public méthode

public SetRot ( int i1, int i2, double angle ) : void
i1 int
i2 int
angle double
Résultat void

SetRotX() public méthode

public SetRotX ( double angle ) : void
angle double
Résultat void

SetRotXY() public méthode

public SetRotXY ( double angle ) : void
angle double
Résultat void

SetRotY() public méthode

public SetRotY ( double angle ) : void
angle double
Résultat void

SetRotYZ() public méthode

public SetRotYZ ( double angle ) : void
angle double
Résultat void

SetRotZ() public méthode

public SetRotZ ( double angle ) : void
angle double
Résultat void

SetRotZX() public méthode

public SetRotZX ( double angle ) : void
angle double
Résultat void

SetSpecialProjection() public méthode

public SetSpecialProjection ( double angle ) : void
angle double
Résultat void

SetUnit() public méthode

public SetUnit ( ) : void
Résultat void

SetZero() public méthode

public SetZero ( ) : void
Résultat void

TMat3x3() public méthode

public TMat3x3 ( ) : System
Résultat System

TMat3x3() public méthode

public TMat3x3 ( double x ) : System
x double
Résultat System

TMat3x3() public méthode

public TMat3x3 ( double a, double b, double c, double d, double e, double f, double g, double h, double i ) : System
a double
b double
c double
d double
e double
f double
g double
h double
i double
Résultat System

operator() public static méthode

public static operator ( ) : TMat3x3
Résultat TMat3x3

operator() public static méthode

public static operator ( ) : TVec3
Résultat TVec3

operator() public static méthode

public static operator ( ) : bool
Résultat bool

this() public méthode

public this ( int i, int j ) : double
i int
j int
Résultat double