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

Method Path64

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

Source from the content-addressed store, hash-verified

429 public class Path64 : List<Point64>
430 {
431 public Path64() : base() { }
432 public Path64(int capacity = 0) : base(capacity) { }
433 public Path64(IEnumerable<Point64> path) : base(path) { }
434 public override string ToString()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected