Home
last modified time | relevance | path

Searched refs:m_arc (Results 1 – 25 of 64) sorted by relevance

123

/dports/cad/qelectrotech/qet-0.7.0/sources/editor/esevent/
H A Deseventaddarc.cpp31 m_arc(nullptr), in ESEventAddArc()
40 delete m_arc; in ~ESEventAddArc()
56 if (!m_arc) in mousePressEvent()
59 m_scene -> addItem(m_arc); in mousePressEvent()
60 m_arc -> setPos(pos); in mousePressEvent()
69 m_arc -> setRect(m_arc->rect().normalized()); in mousePressEvent()
73 m_arc = nullptr; in mousePressEvent()
88 if (!m_arc) return false; in mouseMoveEvent()
103 if (m_arc) {delete m_arc; m_arc = nullptr;} in mouseReleaseEvent()
167 m_arc->setStartAngle(0); in updateArc()
[all …]
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/surface/src/3rdparty/opennurbs/
H A Dopennurbs_arccurve.cpp32 m_arc = A; in ON_ArcCurve()
47 m_arc = A; in ON_ArcCurve()
63 m_arc = src.m_arc; in ON_ArcCurve()
92 m_arc = src.m_arc; in operator =()
101 m_arc = A; in operator =()
283 m_arc.Rotate(angle_delta, m_arc.plane.Normal()); in ChangeClosedCurveSeam()
408 m_arc.plane.xaxis = end_point - m_arc.Center(); in SetStartPoint()
410 m_arc.plane.yaxis = ON_CrossProduct(m_arc.Normal(), m_arc.plane.xaxis); in SetStartPoint()
445 m_arc.plane.yaxis = ON_CrossProduct(m_arc.Normal(), m_arc.plane.xaxis); in SetEndPoint()
494 ON_3dPoint p = m_arc.plane.origin + c*m_arc.plane.xaxis + s*m_arc.plane.yaxis; in Evaluate()
[all …]
/dports/math/gismo/gismo-21.12.0/external/onurbs/
H A Dopennurbs_arccurve.cpp32 m_arc = A; in ON_ArcCurve()
47 m_arc = A; in ON_ArcCurve()
63 m_arc = src.m_arc; in ON_ArcCurve()
92 m_arc = src.m_arc; in operator =()
101 m_arc = A; in operator =()
283 m_arc.Rotate(angle_delta, m_arc.plane.Normal()); in ChangeClosedCurveSeam()
408 m_arc.plane.xaxis = end_point - m_arc.Center(); in SetStartPoint()
410 m_arc.plane.yaxis = ON_CrossProduct(m_arc.Normal(), m_arc.plane.xaxis); in SetStartPoint()
445 m_arc.plane.yaxis = ON_CrossProduct(m_arc.Normal(), m_arc.plane.xaxis); in SetEndPoint()
494 ON_3dPoint p = m_arc.plane.origin + c*m_arc.plane.xaxis + s*m_arc.plane.yaxis; in Evaluate()
[all …]
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/router/
H A Dpns_arc.h45 m_arc( aArc ) in ARC()
52 m_arc( aArc ) in ARC()
79 return static_cast<const SHAPE*>( &m_arc ); in Shape()
84 m_arc.SetWidth(aWidth); in SetWidth()
89 return m_arc.GetWidth(); in Width()
94 return SHAPE_LINE_CHAIN( m_arc ); in CLine()
102 return m_arc.GetP0(); in Anchor()
104 return m_arc.GetP1(); in Anchor()
114 SHAPE_ARC& Arc() { return m_arc; } in Arc()
115 const SHAPE_ARC& CArc() const { return m_arc; } in CArc()
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/src/
H A Dagg_rounded_rect.pas58 m_arc : arc;
104 m_arc.Construct;
287 m_arc.approximation_scale_(s );
320 m_arc.rewind(0 );
331 cmd:=m_arc.vertex(x ,y );
354 m_arc.rewind(0 );
365 cmd:=m_arc.vertex(x ,y );
388 m_arc.rewind(0 );
399 cmd:=m_arc.vertex(x ,y );
422 m_arc.rewind(0 );
[all …]
/dports/editors/lazarus/lazarus/components/aggpas/src/
H A Dagg_rounded_rect.pas58 m_arc : arc;
104 m_arc.Construct;
287 m_arc.approximation_scale_(s );
320 m_arc.rewind(0 );
331 cmd:=m_arc.vertex(x ,y );
354 m_arc.rewind(0 );
365 cmd:=m_arc.vertex(x ,y );
388 m_arc.rewind(0 );
399 cmd:=m_arc.vertex(x ,y );
422 m_arc.rewind(0 );
[all …]
/dports/editors/lazarus-qt5/lazarus/components/aggpas/src/
H A Dagg_rounded_rect.pas58 m_arc : arc;
104 m_arc.Construct;
287 m_arc.approximation_scale_(s );
320 m_arc.rewind(0 );
331 cmd:=m_arc.vertex(x ,y );
354 m_arc.rewind(0 );
365 cmd:=m_arc.vertex(x ,y );
388 m_arc.rewind(0 );
399 cmd:=m_arc.vertex(x ,y );
422 m_arc.rewind(0 );
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/src/
H A Dagg_rounded_rect.pas58 m_arc : arc;
104 m_arc.Construct;
287 m_arc.approximation_scale_(s );
320 m_arc.rewind(0 );
331 cmd:=m_arc.vertex(x ,y );
354 m_arc.rewind(0 );
365 cmd:=m_arc.vertex(x ,y );
388 m_arc.rewind(0 );
399 cmd:=m_arc.vertex(x ,y );
422 m_arc.rewind(0 );
[all …]
/dports/graphics/agg/agg-2.5/src/
H A Dagg_rounded_rect.cpp116 m_arc.init(m_x1 + m_rx1, m_y1 + m_ry1, m_rx1, m_ry1, in vertex()
118 m_arc.rewind(0); in vertex()
122 cmd = m_arc.vertex(x, y); in vertex()
127 m_arc.init(m_x2 - m_rx2, m_y1 + m_ry2, m_rx2, m_ry2, in vertex()
129 m_arc.rewind(0); in vertex()
133 cmd = m_arc.vertex(x, y); in vertex()
138 m_arc.init(m_x2 - m_rx3, m_y2 - m_ry3, m_rx3, m_ry3, in vertex()
140 m_arc.rewind(0); in vertex()
144 cmd = m_arc.vertex(x, y); in vertex()
151 m_arc.rewind(0); in vertex()
[all …]
H A Dagg_bezier_arc.cpp240 m_arc.init(0.0, 0.0, rx, ry, start_angle, sweep_angle); in init()
244 for(unsigned i = 2; i < m_arc.num_vertices()-2; i += 2) in init()
246 mtx.transform(m_arc.vertices() + i, m_arc.vertices() + i + 1); in init()
251 m_arc.vertices()[0] = x0; in init()
252 m_arc.vertices()[1] = y0; in init()
253 if(m_arc.num_vertices() > 2) in init()
255 m_arc.vertices()[m_arc.num_vertices() - 2] = x2; in init()
256 m_arc.vertices()[m_arc.num_vertices() - 1] = y2; in init()
/dports/math/py-matplotlib/matplotlib-3.4.3/extern/agg24-svn/src/
H A Dagg_rounded_rect.cpp111 m_arc.init(m_x1 + m_rx1, m_y1 + m_ry1, m_rx1, m_ry1, in vertex()
113 m_arc.rewind(0); in vertex()
117 cmd = m_arc.vertex(x, y); in vertex()
122 m_arc.init(m_x2 - m_rx2, m_y1 + m_ry2, m_rx2, m_ry2, in vertex()
124 m_arc.rewind(0); in vertex()
128 cmd = m_arc.vertex(x, y); in vertex()
133 m_arc.init(m_x2 - m_rx3, m_y2 - m_ry3, m_rx3, m_ry3, in vertex()
135 m_arc.rewind(0); in vertex()
139 cmd = m_arc.vertex(x, y); in vertex()
146 m_arc.rewind(0); in vertex()
[all …]
H A Dagg_bezier_arc.cpp237 m_arc.init(0.0, 0.0, rx, ry, start_angle, sweep_angle); in init()
241 for(unsigned i = 2; i < m_arc.num_vertices()-2; i += 2) in init()
243 mtx.transform(m_arc.vertices() + i, m_arc.vertices() + i + 1); in init()
248 m_arc.vertices()[0] = x0; in init()
249 m_arc.vertices()[1] = y0; in init()
250 if(m_arc.num_vertices() > 2) in init()
252 m_arc.vertices()[m_arc.num_vertices() - 2] = x2; in init()
253 m_arc.vertices()[m_arc.num_vertices() - 1] = y2; in init()
/dports/math/py-matplotlib2/matplotlib-2.2.4/extern/agg24-svn/src/
H A Dagg_rounded_rect.cpp111 m_arc.init(m_x1 + m_rx1, m_y1 + m_ry1, m_rx1, m_ry1, in vertex()
113 m_arc.rewind(0); in vertex()
117 cmd = m_arc.vertex(x, y); in vertex()
122 m_arc.init(m_x2 - m_rx2, m_y1 + m_ry2, m_rx2, m_ry2, in vertex()
124 m_arc.rewind(0); in vertex()
128 cmd = m_arc.vertex(x, y); in vertex()
133 m_arc.init(m_x2 - m_rx3, m_y2 - m_ry3, m_rx3, m_ry3, in vertex()
135 m_arc.rewind(0); in vertex()
139 cmd = m_arc.vertex(x, y); in vertex()
146 m_arc.rewind(0); in vertex()
[all …]
H A Dagg_bezier_arc.cpp237 m_arc.init(0.0, 0.0, rx, ry, start_angle, sweep_angle); in init()
241 for(unsigned i = 2; i < m_arc.num_vertices()-2; i += 2) in init()
243 mtx.transform(m_arc.vertices() + i, m_arc.vertices() + i + 1); in init()
248 m_arc.vertices()[0] = x0; in init()
249 m_arc.vertices()[1] = y0; in init()
250 if(m_arc.num_vertices() > 2) in init()
252 m_arc.vertices()[m_arc.num_vertices() - 2] = x2; in init()
253 m_arc.vertices()[m_arc.num_vertices() - 1] = y2; in init()
/dports/graphics/mapserver/mapserver-7.6.4/renderers/agg/src/
H A Dagg_rounded_rect.cpp111 m_arc.init(m_x1 + m_rx1, m_y1 + m_ry1, m_rx1, m_ry1, in vertex()
113 m_arc.rewind(0); in vertex()
117 cmd = m_arc.vertex(x, y); in vertex()
122 m_arc.init(m_x2 - m_rx2, m_y1 + m_ry2, m_rx2, m_ry2, in vertex()
124 m_arc.rewind(0); in vertex()
128 cmd = m_arc.vertex(x, y); in vertex()
133 m_arc.init(m_x2 - m_rx3, m_y2 - m_ry3, m_rx3, m_ry3, in vertex()
135 m_arc.rewind(0); in vertex()
139 cmd = m_arc.vertex(x, y); in vertex()
146 m_arc.rewind(0); in vertex()
[all …]
H A Dagg_bezier_arc.cpp237 m_arc.init(0.0, 0.0, rx, ry, start_angle, sweep_angle); in init()
241 for(unsigned i = 2; i < m_arc.num_vertices()-2; i += 2) in init()
243 mtx.transform(m_arc.vertices() + i, m_arc.vertices() + i + 1); in init()
248 m_arc.vertices()[0] = x0; in init()
249 m_arc.vertices()[1] = y0; in init()
250 if(m_arc.num_vertices() > 2) in init()
252 m_arc.vertices()[m_arc.num_vertices() - 2] = x2; in init()
253 m_arc.vertices()[m_arc.num_vertices() - 1] = y2; in init()
/dports/sysutils/fluxengine/fluxengine-61ff48c/dep/agg/src/
H A Dagg_rounded_rect.cpp111 m_arc.init(m_x1 + m_rx1, m_y1 + m_ry1, m_rx1, m_ry1, in vertex()
113 m_arc.rewind(0); in vertex()
117 cmd = m_arc.vertex(x, y); in vertex()
122 m_arc.init(m_x2 - m_rx2, m_y1 + m_ry2, m_rx2, m_ry2, in vertex()
124 m_arc.rewind(0); in vertex()
128 cmd = m_arc.vertex(x, y); in vertex()
133 m_arc.init(m_x2 - m_rx3, m_y2 - m_ry3, m_rx3, m_ry3, in vertex()
135 m_arc.rewind(0); in vertex()
139 cmd = m_arc.vertex(x, y); in vertex()
146 m_arc.rewind(0); in vertex()
[all …]
/dports/graphics/cfdg/cfdg-3.3_1/src-agg/agg2/
H A Dagg_bezier_arc.h105 bezier_arc_svg() : m_arc(), m_radii_ok(false) {} in bezier_arc_svg()
113 m_arc(), m_radii_ok(false) in bezier_arc_svg()
132 m_arc.rewind(0); in rewind()
138 return m_arc.vertex(x, y); in vertex()
144 unsigned num_vertices() const { return m_arc.num_vertices(); } in num_vertices()
145 const double* vertices() const { return m_arc.vertices(); } in vertices()
146 double* vertices() { return m_arc.vertices(); } in vertices()
149 bezier_arc m_arc;
/dports/graphics/agg/agg-2.5/include/
H A Dagg_bezier_arc.h109 bezier_arc_svg() : m_arc(), m_radii_ok(false) {} in bezier_arc_svg()
117 m_arc(), m_radii_ok(false) in bezier_arc_svg()
136 m_arc.rewind(0); in rewind()
142 return m_arc.vertex(x, y); in vertex()
148 unsigned num_vertices() const { return m_arc.num_vertices(); } in num_vertices()
149 const double* vertices() const { return m_arc.vertices(); } in vertices()
150 double* vertices() { return m_arc.vertices(); } in vertices()
153 bezier_arc m_arc;
/dports/math/py-matplotlib2/matplotlib-2.2.4/extern/agg24-svn/include/
H A Dagg_bezier_arc.h105 bezier_arc_svg() : m_arc(), m_radii_ok(false) {} in bezier_arc_svg()
113 m_arc(), m_radii_ok(false) in bezier_arc_svg()
132 m_arc.rewind(0); in rewind()
138 return m_arc.vertex(x, y); in vertex()
144 unsigned num_vertices() const { return m_arc.num_vertices(); } in num_vertices()
145 const double* vertices() const { return m_arc.vertices(); } in vertices()
146 double* vertices() { return m_arc.vertices(); } in vertices()
149 bezier_arc m_arc;
/dports/math/py-matplotlib/matplotlib-3.4.3/extern/agg24-svn/include/
H A Dagg_bezier_arc.h105 bezier_arc_svg() : m_arc(), m_radii_ok(false) {} in bezier_arc_svg()
113 m_arc(), m_radii_ok(false) in bezier_arc_svg()
132 m_arc.rewind(0); in rewind()
138 return m_arc.vertex(x, y); in vertex()
144 unsigned num_vertices() const { return m_arc.num_vertices(); } in num_vertices()
145 const double* vertices() const { return m_arc.vertices(); } in vertices()
146 double* vertices() { return m_arc.vertices(); } in vertices()
149 bezier_arc m_arc;
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/agg/
H A Dagg_bezier_arc.h105 bezier_arc_svg() : m_arc(), m_radii_ok(false) {} in bezier_arc_svg()
113 m_arc(), m_radii_ok(false) in bezier_arc_svg()
132 m_arc.rewind(0); in rewind()
138 return m_arc.vertex(x, y); in vertex()
144 unsigned num_vertices() const { return m_arc.num_vertices(); } in num_vertices()
145 const double* vertices() const { return m_arc.vertices(); } in vertices()
146 double* vertices() { return m_arc.vertices(); } in vertices()
149 bezier_arc m_arc;
/dports/graphics/mapserver/mapserver-7.6.4/renderers/agg/include/
H A Dagg_bezier_arc.h105 bezier_arc_svg() : m_arc(), m_radii_ok(false) {} in bezier_arc_svg()
113 m_arc(), m_radii_ok(false) in bezier_arc_svg()
132 m_arc.rewind(0); in rewind()
138 return m_arc.vertex(x, y); in vertex()
144 unsigned num_vertices() const { return m_arc.num_vertices(); } in num_vertices()
145 const double* vertices() const { return m_arc.vertices(); } in vertices()
146 double* vertices() { return m_arc.vertices(); } in vertices()
149 bezier_arc m_arc;
/dports/sysutils/fluxengine/fluxengine-61ff48c/dep/agg/include/
H A Dagg_bezier_arc.h105 bezier_arc_svg() : m_arc(), m_radii_ok(false) {} in bezier_arc_svg()
113 m_arc(), m_radii_ok(false) in bezier_arc_svg()
132 m_arc.rewind(0); in rewind()
138 return m_arc.vertex(x, y); in vertex()
144 unsigned num_vertices() const { return m_arc.num_vertices(); } in num_vertices()
145 const double* vertices() const { return m_arc.vertices(); } in vertices()
146 double* vertices() { return m_arc.vertices(); } in vertices()
149 bezier_arc m_arc;
/dports/graphics/cfdg/cfdg-3.3_1/src-agg/src/
H A Dagg_bezier_arc.cpp237 m_arc.init(0.0, 0.0, rx, ry, start_angle, sweep_angle); in init()
241 for(unsigned i = 2; i < m_arc.num_vertices()-2; i += 2) in init()
243 mtx.transform(m_arc.vertices() + i, m_arc.vertices() + i + 1); in init()
248 m_arc.vertices()[0] = x0; in init()
249 m_arc.vertices()[1] = y0; in init()
250 if(m_arc.num_vertices() > 2) in init()
252 m_arc.vertices()[m_arc.num_vertices() - 2] = x2; in init()
253 m_arc.vertices()[m_arc.num_vertices() - 1] = y2; in init()

123