MCPcopy Create free account
hub / github.com/Tencent/TNN / DoublePoint

Class DoublePoint

examples/utils/clipper.h:116–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114 std::ostream& operator <<(std::ostream &s, const Paths &p);
115
116 struct DoublePoint
117 {
118 double X;
119 double Y;
120 DoublePoint(double x = 0, double y = 0) : X(x), Y(y) {}
121 DoublePoint(IntPoint ip) : X((double)ip.X), Y((double)ip.Y) {}
122 };
123//------------------------------------------------------------------------------
124
125#ifdef use_xyz

Callers 2

GetUnitNormalFunction · 0.85
DoOffsetMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected