MCPcopy Create free account
hub / github.com/AngusJohnson/Clipper2 / operator-

Method operator-

CPP/BenchMark/GetIntersectPtBenchmark.cpp:133–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131 }
132
133 Int128 operator-() const //unary negation
134 {
135 return (lo == 0) ? Int128(-hi, 0) : Int128(~hi, ~lo + 1);
136 }
137
138 void negate()
139 {

Callers

nothing calls this directly

Calls 1

Int128Class · 0.85

Tested by

no test coverage detected