Box2D.Common.Mat33.Mat33 C# (CSharp) Метод

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

public Mat33 ( ) : System
Результат System
        public Mat33()
        {
            Ex = new Vec3();
            Ey = new Vec3();
            Ez = new Vec3();
        }

Same methods

Mat33::Mat33 ( Vec3 argCol1, Vec3 argCol2, Vec3 argCol3 ) : System