Exemple #1
0
        public static LuaPoint CreatePointPar(float x, float y)
        {
            LuaPoint lp = new LuaPoint();

            lp.Set(x, y);
            return(lp);
        }