Path

@safe
struct Path (
Point
) if (
isValidPointType!Point
) {}

Members

Variables

isClosed
bool isClosed;
points
Point[] points;

Meta