mirror of
https://github.com/moparisthebest/Simba
synced 2025-01-11 05:38:00 -05:00
TODO cleanup
This commit is contained in:
parent
bf67bb07b8
commit
556657097c
@ -109,20 +109,6 @@ type
|
||||
const
|
||||
TMDTMPointSize = 5*SizeOf(integer)+Sizeof(boolean);
|
||||
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
|
||||
x,y,c,t,asz : integer;
|
||||
bp : boolean;
|
||||
|
Loading…
Reference in New Issue
Block a user