Home
last modified time | relevance | path

Searched defs:start_tangent (Results 1 – 12 of 12) sorted by relevance

/dports/cad/py-ezdxf/ezdxf-0.16.3/examples/
H A Dspline_end_tangent_estimation.py68 start_tangent = Vec3.from_deg_angle(100) * m1 variable
104 start_tangent = tangents[0].normalize(m1) variable
137 start_tangent = Vec3.from_deg_angle(required_angle, required_magnitude) variable
164 start_tangent = Vec3.from_deg_angle(100) variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/svg/
H A Dsvg_marker_data.h101 FloatSize start_tangent; // Tangent in the start point of the segment. member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/svg/
H A Dsvg_marker_data.h101 FloatSize start_tangent; // Tangent in the start point of the segment. member
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bvgl/algo/
H A Dbvgl_biarc.cxx38 bvgl_biarc(vgl_point_2d< double > start, vgl_vector_2d<double > start_tangent, in bvgl_biarc()
402 compute_biarc_params(const vgl_point_2d< double >& start, in compute_biarc_params()
/dports/graphics/autotrace/autotrace-0.31.1/
H A Dcurve.h32 vector_type *start_tangent; member
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/autotrace/
H A Dcurve.h28 vector_type *start_tangent; member
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/selection-to-path/
H A Dcurve.h48 vector_type *start_tangent; member
/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/tools/
H A Dedit_line_tool.cpp159 MapCoordF start_tangent = path->calculateTangent(hover_line, true, tangent_ok); in clickPress() local
/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/core/objects/
H A Dboolean_tool.cpp741 MapCoord start_tangent; in rebuildSegment() local
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/helper/
H A Dgeom-pathstroke.cpp231 …Geom::Circle const &outer_circle, Geom::Point const &start_pt, Geom::Point const &start_tangent ) { in expand_circle()
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py3157start_tangent = property(_LibreDWG.Dwg_HATCH_PathSeg_start_tangent_get, _LibreDWG.Dwg_HATCH_PathSe… variable in Dwg_HATCH_PathSeg
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h2844 BITCODE_2RD start_tangent; member