SmartQuant.Charting.Draw3D.TMat3x3.TMat3x3 C# (CSharp) Method

TMat3x3() public method

public TMat3x3 ( ) : System
return System
        public TMat3x3()
        {
            this.m = new double[3, 3];
        }

Same methods

TMat3x3::TMat3x3 ( double x ) : System
TMat3x3::TMat3x3 ( double a, double b, double c, double d, double e, double f, double g, double h, double i ) : System