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

Method ToString

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

Source from the content-addressed store, hash-verified

116 }
117
118 public readonly override string ToString()
119 {
120 // nb: trailing space
121#if USINGZ
122 return $"{X},{Y},{Z} ";
123#else
124 return $"{X},{Y} ";
125#endif
126
127 }
128
129 public readonly override bool Equals(object? obj)
130 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected