20#ifndef DRILL_MARKERS_H
21#define DRILL_MARKERS_H
84std::vector<MARKER_PART>
BuildMarker(
const VECTOR2I& aPosition,
int aRadius,
unsigned aShapeId );
Drill marker outlines, as plain geometry.
unsigned CuratedShape(int aIndex)
Pattern index for the nth curated mark.
std::vector< MARKER_PART > BuildMarker(const VECTOR2I &aPosition, int aRadius, unsigned aShapeId)
Decompose one mark, in the order the parts must be drawn.
int CuratedShapeCount()
Marks that stay legible at chart size and in monochrome.
constexpr unsigned MARKER_COUNT
Total marks the pattern table can express.
std::vector< VECTOR2I > m_Points
VECTOR2< int32_t > VECTOR2I