C# Class SmartQuant.Charting.Draw3D.TMat3x3

Show file Open project: fastquant/fastquant.dll Class Usage Examples

Public Methods

Method 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 method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

SetDiagonal() public method

public SetDiagonal ( double lx, double ly, double lz ) : void
lx double
ly double
lz double
return void

SetExchangeAxes() public method

public SetExchangeAxes ( int i, int j ) : void
i int
j int
return void

SetExchangeYZ() public method

public SetExchangeYZ ( ) : void
return void

SetNumber() public method

public SetNumber ( double k ) : void
k double
return void

SetRot() public method

public SetRot ( int i1, int i2, double angle ) : void
i1 int
i2 int
angle double
return void

SetRotX() public method

public SetRotX ( double angle ) : void
angle double
return void

SetRotXY() public method

public SetRotXY ( double angle ) : void
angle double
return void

SetRotY() public method

public SetRotY ( double angle ) : void
angle double
return void

SetRotYZ() public method

public SetRotYZ ( double angle ) : void
angle double
return void

SetRotZ() public method

public SetRotZ ( double angle ) : void
angle double
return void

SetRotZX() public method

public SetRotZX ( double angle ) : void
angle double
return void

SetSpecialProjection() public method

public SetSpecialProjection ( double angle ) : void
angle double
return void

SetUnit() public method

public SetUnit ( ) : void
return void

SetZero() public method

public SetZero ( ) : void
return void

TMat3x3() public method

public TMat3x3 ( ) : System
return System

TMat3x3() public method

public TMat3x3 ( double x ) : System
x double
return System

TMat3x3() public method

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
return System

operator() public static method

public static operator ( ) : TMat3x3
return TMat3x3

operator() public static method

public static operator ( ) : TVec3
return TVec3

operator() public static method

public static operator ( ) : bool
return bool

this() public method

public this ( int i, int j ) : double
i int
j int
return double