mirror of
https://github.com/moparisthebest/Simba
synced 2025-01-11 13:48:27 -05:00
TODO cleanup
This commit is contained in:
parent
bf67bb07b8
commit
556657097c
@ -109,20 +109,6 @@ type
|
|||||||
const
|
const
|
||||||
TMDTMPointSize = 5*SizeOf(integer)+Sizeof(boolean);
|
TMDTMPointSize = 5*SizeOf(integer)+Sizeof(boolean);
|
||||||
type
|
type
|
||||||
{ TODO: add cts per colour/tolerance? }
|
|
||||||
|
|
||||||
// TODO DTM-Not points. Not very hard really.
|
|
||||||
|
|
||||||
{ not points -
|
|
||||||
add seperate tpa or boolean array for every point that is to be matched ?
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x,y : Coordinates;
|
|
||||||
c : Color;
|
|
||||||
t : Tolerance;
|
|
||||||
Asz: Area size;
|
|
||||||
bp: Bad Point;
|
|
||||||
}
|
|
||||||
TMDTMPoint = record //TMufasaDTMPoint
|
TMDTMPoint = record //TMufasaDTMPoint
|
||||||
x,y,c,t,asz : integer;
|
x,y,c,t,asz : integer;
|
||||||
bp : boolean;
|
bp : boolean;
|
||||||
|
Loading…
Reference in New Issue
Block a user