Quote Originally Posted by Almindor
Quote Originally Posted by User137
...
operator +(v1, v2: TVector2d): TVector2d;
begin
Result.x := v1.x + v2.x;
Result.y := v1.y + v2.y;
end;
...
This work ?
You can tell me more about it ?