Box2DX.Common.Mat22.Mat22 C# (CSharp) Метод

Mat22() публичный Метод

Construct this matrix using columns.
public Mat22 ( System.Vector2 c1, System.Vector2 c2 ) : System
c1 System.Vector2
c2 System.Vector2
Результат System
        public Mat22(Vector2 c1, Vector2 c2)
        {
            Col1 = c1;
            Col2 = c2;
        }

Same methods

Mat22::Mat22 ( float angle ) : System
Mat22::Mat22 ( float a11, float a12, float a21, float a22 ) : System