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

Method ToString

CSharp/Clipper2Lib/Clipper.Core.cs:467–470  ·  view source on GitHub ↗
(int precision = 2)

Source from the content-addressed store, hash-verified

465 public PathsD(int capacity = 0) : base(capacity) { }
466 public PathsD(IEnumerable<PathD> paths) : base(paths) { }
467 public string ToString(int precision = 2)
468 {
469 return string.Join(Environment.NewLine, ConvertAll(x => x.ToString(precision)));
470 }
471 }
472
473 // Note: all clipping operations except for Difference are commutative.

Callers

nothing calls this directly

Calls 1

ToStringMethod · 0.45

Tested by

no test coverage detected