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
Original issue reported on code.google.com by
lconfra...@gmail.com
on 1 Feb 2008 at 7:30