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

Method ToString

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

Source from the content-addressed store, hash-verified

432 public Path64(int capacity = 0) : base(capacity) { }
433 public Path64(IEnumerable<Point64> path) : base(path) { }
434 public override string ToString()
435 {
436 return string.Join(", ", this);
437 }
438 }
439
440 public class Paths64 : List<Path64>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected