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

Method Path64ToString

CSharp/Clipper2Lib/Clipper.cs:307–313  ·  view source on GitHub ↗
(Path64 path)

Source from the content-addressed store, hash-verified

305 }
306
307 public static string Path64ToString(Path64 path)
308 {
309 string result = "";
310 foreach (Point64 pt in path)
311 result += pt.ToString();
312 return result + '\n';
313 }
314 public static string Paths64ToString(Paths64 paths)
315 {
316 string result = "";

Callers

nothing calls this directly

Calls 1

ToStringMethod · 0.45

Tested by

no test coverage detected