MCPcopy Create free account
hub / github.com/AngusJohnson/Clipper2 / PathsD

Method PathsD

CSharp/Clipper2Lib/Clipper.Core.cs:464–464  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

462 public class PathsD : List<PathD>
463 {
464 public PathsD() : base() { }
465 public PathsD(int capacity = 0) : base(capacity) { }
466 public PathsD(IEnumerable<PathD> paths) : base(paths) { }
467 public string ToString(int precision = 2)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected