Example #1
0
 public static void DrawEvenlySpacedPoints(this Path2D path, Vector2 offset) =>
 path.DrawEvenlySpacedPoints(path.EvenlySpacedPoints(), offset);
Example #2
0
 public static void DrawEvenlySpacedPoints(this Path2D path) =>
 path.DrawEvenlySpacedPoints(path.EvenlySpacedPoints());