The-Mad-Pirate / wiiflash

Automatically exported from code.google.com/p/wiiflash
0 stars 0 forks source link

Little mistake on getter functions for IR point 2.. #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
On line 105 you getter functions for point 2 are reading point 1 values...
BTW: GREAT JOB.. Thankz!!

                public function get x2(): Number
        {
            return _x1;
        }

        /**
         * The <em>y</em> value of point <em>2</em>.
         */
        public function get y2(): Number
        {
            return _y1;
        }

Original issue reported on code.google.com by lconfra...@gmail.com on 1 Feb 2008 at 7:30

GoogleCodeExporter commented 9 years ago
Hi Iconfraria,

it's fixed ;)

regards,

Thibault

Original comment by thibault.imbert on 25 Mar 2008 at 12:12