Home
last modified time | relevance | path

Searched refs:dmtxPointAlongRay2 (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/libdmtx/libdmtx-0.7.5/
H A Ddmtxvector2.c192 return dmtxPointAlongRay2(point, p0, numer/denom); in dmtxRay2Intersect()
200 dmtxPointAlongRay2(DmtxVector2 *point, const DmtxRay2 *r, double t) in dmtxPointAlongRay2() function
H A Ddmtx.h595 extern DmtxPassFail dmtxPointAlongRay2(/*@out@*/ DmtxVector2 *point, const DmtxRay2 *r, double t);
/dports/graphics/libdmtx/libdmtx-0.7.5/test/multi_test/
H A Dvisualize.c453 dmtxPointAlongRay2(&(p[tCount++]), &rBtm, tTmp); in IntersectBox()
456 dmtxPointAlongRay2(&(p[tCount++]), &rTop, tTmp); in IntersectBox()
459 dmtxPointAlongRay2(&(p[tCount++]), &rLft, tTmp); in IntersectBox()
462 dmtxPointAlongRay2(&(p[tCount++]), &rRgt, tTmp); in IntersectBox()
H A Ddmtxregion2.c559 dmtxPointAlongRay2(&(rLine.p), &rStart, dScaled); in HoughCompactToRay()