Searched refs:GetQuadDirAtPoint (Results 1 – 1 of 1) sorted by relevance
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/lib/engine/ |
H A D | lc_splinepoints.cpp | 328 RS_Vector GetQuadDirAtPoint(const RS_Vector& x1, const RS_Vector& c1, in GetQuadDirAtPoint() function 2149 else vRes = GetQuadDirAtPoint(vStart, vControl, vEnd, dt); in getTangentDirection() 2185 vTan = GetQuadDirAtPoint(vStart, vControl, vEnd, dt); in offsetCut() 2365 vTan = GetQuadDirAtPoint(vStart, vControl, vEnd, dt); in offsetSpline()
|