MCPcopy Create free account
hub / github.com/KAlO2/PerfectShow / PointUsed

Function PointUsed

jni/stasm/misc.h:230–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228static const double XJITTER = .1;
229
230static inline bool PointUsed(const double x, const double y)
231{
232 return !IsZero(x, XJITTER) || !IsZero(y, XJITTER);
233}
234
235static inline bool PointUsed(const Shape& shape, int ipoint)
236{

Callers 15

PrevAndNextLandmarksFunction · 0.85
FlipPointFunction · 0.85
PointDistFunction · 0.85
EyeAngleFunction · 0.85
InterPointFunction · 0.85
PinMeanShapeFunction · 0.85
HaveCanonical5PointsFunction · 0.85

Calls 1

IsZeroFunction · 0.85

Tested by

no test coverage detected