Struct Path

struct Path(Point)
  
if (isValidPointType!Point);

Fields

NameTypeDescription
isClosed bool
points Point[]