Box2D.Common.Mat22.Mat22 C# (CSharp) Method

Mat22() public method

Construct zero matrix. Note: this is NOT an identity matrix! djm fixed double allocation problem
public Mat22 ( ) : System
return System
        public Mat22()
        {
            Ex = new Vec2();
            Ey = new Vec2();
        }

Same methods

Mat22::Mat22 ( Vec2 c1, Vec2 c2 ) : System
Mat22::Mat22 ( float exx, float col2x, float exy, float col2y ) : System