Home
last modified time | relevance | path

Searched refs:p3y (Results 1 – 25 of 158) sorted by relevance

1234567

/dports/math/p5-Math-Bezier-Convert/Math-Bezier-Convert-0.02/
H A DConvert.pm43 $p12y = $p2y + $sep * ($p3y - $p2y);
91 my ($v03x, $v03y) = ($p3x-$p0x, $p3y-$p0y);
92 my ($v32x, $v32y) = ($p2x-$p3x, $p2y-$p3y);
100 @qp2 = (($p0x+$p3x)/2, ($p0y+$p3y)/2);
104 @qp2 = (($p0x+$p3x)/2, ($p0y+$p3y)/2);
111 ($p1x, $p1y, $p2x, $p2y, $p3x, $p3y) = @p;
135 my $alphay = $p3y - $p0y - $deltay - $betay;
181 push @qp1, @qp2, $p3x, $p3y;
183 $p0y = $p3y;
185 @p = ($p1x, $p1y, $p2x, $p2y, $p3x, $p3y) = @cp1;
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/predicates/
H A Dpredicates_for_mixed_complex_3.h52 const FT &p3x, const FT &p3y, const FT &p3z, const FT &p3w, in side_of_mixed_cellC3() argument
61 tx = (p2y-p1y) * (p3z-p1z) - (p2z-p1z) * (p3y-p1y); in side_of_mixed_cellC3()
63 tz = (p2x-p1x) * (p3y-p1y) - (p2y-p1y) * (p3x-p1x); in side_of_mixed_cellC3()
73 p3x, p3y, p3z, p3w, in side_of_mixed_cellC3()
85 const FT &p3x, const FT &p3y, const FT &p3z, const FT &p3w, in side_of_mixed_cellC3() argument
95 nx = (p3y-p1y) * (p2z-p1z) - (p3z-p1z) * (p2y-p1y); in side_of_mixed_cellC3()
97 nz = (p3x-p1x) * (p2y-p1y) - (p3y-p1y) * (p2x-p1x); in side_of_mixed_cellC3()
106 p3x, p3y, p3z, p3w, in side_of_mixed_cellC3()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dvdtrace.c48 …ten(double p0x, double p0y, double p1x, double p1y, double p2x, double p2y, double p3x, double p3y) in vd_flatten() argument
53 double d2x1 = (p1x - 2 * p2x + p3x), d2y1 = (p1y - 2 * p2y + p3y); in vd_flatten()
65 double py = bezier_point(p0y, p1y, p2y, p3y, t); in vd_flatten()
69 vd_lineto(p3x, p3y); in vd_flatten()
95 { double p1x, p1y, p2x, p2y, p3x, p3y; in vd_impl_curveto() local
100 p3x = SX(x3), p3y = SY(y3); in vd_impl_curveto()
102 vd_trace1->curveto(vd_trace1, p1x, p1y, p2x, p2y, p3x, p3y); in vd_impl_curveto()
104 vd_flatten(px, py, p1x, p1y, p2x, p2y, p3x, p3y); in vd_impl_curveto()
105 px = p3x, py = p3y; in vd_impl_curveto()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dvdtrace.c50 …ten(double p0x, double p0y, double p1x, double p1y, double p2x, double p2y, double p3x, double p3y) in vd_flatten() argument
55 double d2x1 = (p1x - 2 * p2x + p3x), d2y1 = (p1y - 2 * p2y + p3y); in vd_flatten()
67 double py = bezier_point(p0y, p1y, p2y, p3y, t); in vd_flatten()
71 vd_lineto(p3x, p3y); in vd_flatten()
97 { double p1x, p1y, p2x, p2y, p3x, p3y; in vd_impl_curveto() local
102 p3x = SX(x3), p3y = SY(y3); in vd_impl_curveto()
104 vd_trace1->curveto(vd_trace1, p1x, p1y, p2x, p2y, p3x, p3y); in vd_impl_curveto()
106 vd_flatten(px, py, p1x, p1y, p2x, p2y, p3x, p3y); in vd_impl_curveto()
107 px = p3x, py = p3y; in vd_impl_curveto()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dvdtrace.c48 …ten(double p0x, double p0y, double p1x, double p1y, double p2x, double p2y, double p3x, double p3y) in vd_flatten() argument
53 double d2x1 = (p1x - 2 * p2x + p3x), d2y1 = (p1y - 2 * p2y + p3y); in vd_flatten()
65 double py = bezier_point(p0y, p1y, p2y, p3y, t); in vd_flatten()
69 vd_lineto(p3x, p3y); in vd_flatten()
95 { double p1x, p1y, p2x, p2y, p3x, p3y; in vd_impl_curveto() local
100 p3x = SX(x3), p3y = SY(y3); in vd_impl_curveto()
102 vd_trace1->curveto(vd_trace1, p1x, p1y, p2x, p2y, p3x, p3y); in vd_impl_curveto()
104 vd_flatten(px, py, p1x, p1y, p2x, p2y, p3x, p3y); in vd_impl_curveto()
105 px = p3x, py = p3y; in vd_impl_curveto()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dvdtrace.c50 …ten(double p0x, double p0y, double p1x, double p1y, double p2x, double p2y, double p3x, double p3y) in vd_flatten() argument
55 double d2x1 = (p1x - 2 * p2x + p3x), d2y1 = (p1y - 2 * p2y + p3y); in vd_flatten()
67 double py = bezier_point(p0y, p1y, p2y, p3y, t); in vd_flatten()
71 vd_lineto(p3x, p3y); in vd_flatten()
97 { double p1x, p1y, p2x, p2y, p3x, p3y; in vd_impl_curveto() local
102 p3x = SX(x3), p3y = SY(y3); in vd_impl_curveto()
104 vd_trace1->curveto(vd_trace1, p1x, p1y, p2x, p2y, p3x, p3y); in vd_impl_curveto()
106 vd_flatten(px, py, p1x, p1y, p2x, p2y, p3x, p3y); in vd_impl_curveto()
107 px = p3x, py = p3y; in vd_impl_curveto()
/dports/graphics/opencv/opencv-4.5.3/modules/calib3d/src/
H A Dippe.cpp520 double p3x, p3y; in homographyFromSquarePoints() local
532 p3y = -pts.at<Vec2f>(2)(1); in homographyFromSquarePoints()
546 p3y = -pts.at<Vec2d>(2)(1); in homographyFromSquarePoints()
562 …p1x * p2y * p3y - p2x * p1y * p3y - p1x * p2y * p4y + p2x * p1y * p4y - p3x * p1y * p4y + p4x * p1… in homographyFromSquarePoints()
563 … detsInv * (p2x * p1y * p3y - p3x * p1y * p2y - p1x * p2y * p4y + p4x * p1y * p2y + p1x * p3y * p4… in homographyFromSquarePoints()
564 …p1x * p2y * p3y - p3x * p1y * p2y - p2x * p1y * p4y + p4x * p1y * p2y - p1x * p3y * p4y + p3x * p1… in homographyFromSquarePoints()
565 …H(2, 0) = -detsInv * (p1x * p3y - p3x * p1y - p1x * p4y - p2x * p3y + p3x * p2y + p4x * p1y + p2x … in homographyFromSquarePoints()
566 …) = detsInv * (p1x * p2y - p2x * p1y - p1x * p3y + p3x * p1y + p2x * p4y - p4x * p2y - p3x * p4y +… in homographyFromSquarePoints()
787 double p3x,p3y,p3z; in computeObjextSpaceR3Pts() local
801 p3y = objectPoints.at<Vec3f>(2)[1]; in computeObjextSpaceR3Pts()
[all …]
/dports/graphics/librsvg2/librsvg-2.40.21/
H A Drsvg-marker.c204 double p3x, p3y; member
303 segments[segment_num].p3y = last_y; in path_to_segments()
332 segments[segment_num].p3y = path->data[i + 2].point.y; in path_to_segments()
342 segments[segment_num].p2y = segments[segment_num].p3y; in path_to_segments()
346 && DOUBLE_EQUALS (segments[segment_num].p3y, segments[segment_num].p4y)) { in path_to_segments()
348 segments[segment_num].p3y = segments[segment_num].p2y; in path_to_segments()
364 segments[segment_num].p3y = last_y; in path_to_segments()
400 double p3x, p3y; in is_zero_length_segment() local
413 p3y = segment->p3y; in is_zero_length_segment()
419 && points_equal (p1x, p1y, p3x, p3y) in is_zero_length_segment()
[all …]
/dports/cad/calculix-ccx/CalculiX/ccx_2.18/src/
H A Dgeneratetet_refine.f29 & p1x,p1y,p1z,p2x,p2y,p2z,p3x,p3y,p3z,p4x,p4y,p4z,a11, local
124 p3y=cotet(2,nodes(3))
137 a22=p1y-p3y
139 d2=((p1x+p3x)*a21+(p1y+p3y)*a22+(p1z+p3z)*a23)/2.d0
165 cg(2,ielement)=(p1y+p2y+p3y+p4y)/4.d0
H A Dupdategeodata.f36 & p3y,p3z,p4x,p4y,p4z,a11,a12,a13,a21,a22,a23,a31,a32,a33,d1, local
124 p3y=cotet(2,nodes(3))
137 a22=p1y-p3y
139 d2=((p1x+p3x)*a21+(p1y+p3y)*a22+(p1z+p3z)*a23)/2.d0
165 cg(2,ielement)=(p1y+p2y+p3y+p4y)/4.d0
H A Dgeneratetet_refine2.f20 & p1x,p1y,p1z,p2x,p2y,p2z,p3x,p3y,p3z,p4x,p4y,p4z,a11,
115 p3y=cotet(2,nodes(3))
128 a22=p1y-p3y
130 d2=((p1x+p3x)*a21+(p1y+p3y)*a22+(p1z+p3z)*a23)/2.d0
156 cg(2,ielement)=(p1y+p2y+p3y+p4y)/4.d0
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/render/intermediate/
H A DArcToBezierCurveTransformer.java67 final double p3y = cy + sinEnd * height; in arcTo() local
81 final double p2y = p3y - alpha * cosEnd * height * order; in arcTo()
84 …bezierCurvePainter.cubicBezierTo((int) p1x, (int) p1y, (int) p2x, (int) p2y, (int) p3x, (int) p3y); in arcTo()
H A DBezierCurvePainter.java36 void cubicBezierTo(int p1x, int p1y, int p2x, int p2y, int p3x, int p3y) throws IOException; in cubicBezierTo() argument
/dports/lang/yorick/yorick-y_2_2_04/i/
H A Ddemo3.i128 p3y= -b*ct; in display()
134 q3y= p3y - c*cos(gamma); in display()
137 plg, [0.,p3y], [0.,p3x], marks=0,type=1,width=36,color="red"; in display()
140 plg, [p3y,q3y], [p3x,q3x], marks=0,type=1,width=24,color="green"; in display()
/dports/games/burrtools/burrtools-0.6.3/src/lib/
H A Dvoxel_2_mesh.cpp854 float p3y = holeTouchPoints[i][(t+1)%6][1]; in makeSphere() local
858 shiftToHoleBorder(i, &p3x, &p3y, &p3z); in makeSphere()
901 float p3y = trianglePoints[i][2][1]; in makeSphere() local
906 shiftToHoleBorder(trianglePoints[i][2][3], &p3x, &p3y, &p3z); in makeSphere()
908 drawTriangle(p1x, p1y, p1z, p2x, p2y, p2z, p3x, p3y, p3z, in makeSphere()
929 float p3y = squarePoints[i][(2*k+2)%8][1]; in makeSphere() local
934 shiftToHoleBorder(squarePoints[i][(2*k+2)%8][3], &p3x, &p3y, &p3z); in makeSphere()
936 drawTriangle(p1x, p1y, p1z, p2x, p2y, p2z, p3x, p3y, p3z, in makeSphere()
957 float p3y = squarePoints[i][(4*k+4)%8][1]; in makeSphere() local
964 drawTriangle(p1x, p1y, p1z, p2x, p2y, p2z, p3x, p3y, p3z, in makeSphere()
[all …]
/dports/graphics/netpbm/netpbm-10.91.01/editor/
H A Dppmlabel.c37 int p1x, p1y, p2x, p2y, p3x, p3y, p4x, p4y; in drawtext() local
65 p3y = (int) ((p1y - (cosa * ly + sina * lx)) + 0.5); in drawtext()
74 p2x, p2y, p3x, p3y, in drawtext()
77 p3x, p3y, p4x, p4y, in drawtext()
/dports/java/jgraphx/jgraphx-4.2.2/src/com/mxgraph/shape/
H A DmxArrowShape.java49 double p3y = p2y + floory; in createShape() local
52 double p5y = p3y - 3 * floory; in createShape()
58 poly.addPoint((int) Math.round(p3x), (int) Math.round(p3y)); in createShape()
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/Externals/MayaDataModel/include/
H A DMayaDMMakeThreePointCircularArc.h80 void setPoint3Y(double p3y) in setPoint3Y() argument
82 if(p3y == 0) return; in setPoint3Y()
83 fprintf(mFile,"\tsetAttr \".pt3.p3y\" %f;\n", p3y); in setPoint3Y()
/dports/cad/k40-whisperer/K40_Whisperer-0.58_src/
H A Dcspsubdiv.py6 ((p0x,p0y),(p1x,p1y),(p2x,p2y),(p3x,p3y)) = xxx_todo_changeme
10 p3 = Point(p3x,p3y)
/dports/science/elmerfem/elmerfem-release-9.0/meshgen2d/src/include/
H A DcoreGeometry.h139 double p3x, double p3y, double *vx, double *vy) in vertexLocation() argument
148 d = 2 * (p3y - p2y); in vertexLocation()
150 r2 = -(-p3x * p3x + p2x * p2x - p3y * p3y + p2y * p2y); in vertexLocation()
/dports/graphics/kludge3d/kludge3d-20040822/src/
H A Dpywrapper.h113 double p3x, double p3y, double p3z ) ;
121 double p3x, double p3y, double p3z,
H A Dpywrapper.c335 double p3x, double p3y, double p3z ) in poly_insert_tri() argument
353 v3->v[1] = p3y; in poly_insert_tri()
377 double p3x, double p3y, double p3z, in poly_insert_quad() argument
397 v3->v[1] = p3y; in poly_insert_quad()
/dports/math/cgal/CGAL-5.3/include/CGAL/constructions/
H A Dkernel_ftC2.h103 const FT &p3x, const FT &p3y, in barycenterC2() argument
108 y = w1 * p1y + w2 * p2y + w3 * p3y; in barycenterC2()
115 const FT &p3x, const FT &p3y, const FT &w3, in barycenterC2() argument
121 y = (w1 * p1y + w2 * p2y + w3 * p3y) / sum; in barycenterC2()
128 const FT &p3x, const FT &p3y, const FT &w3, in barycenterC2() argument
134 y = w1 * p1y + w2 * p2y + w3 * p3y + w4 * p4y; in barycenterC2()
141 const FT &p3x, const FT &p3y, const FT &w3, in barycenterC2() argument
148 y = (w1 * p1y + w2 * p2y + w3 * p3y + w4 * p4y) / sum; in barycenterC2()
/dports/security/aespipe/aespipe-v2.4e/
H A Dmd5-x86.S84 #define REPEAT2(p1w,p2x,p3y,p4z,p5c,p6s,p7Nin,p8Ny) \ argument
89 xor p3y,%eax ;\
161 #define REPEAT4(p1w,p2x,p3y,p4c,p5s,p6Nin,p7Nz) \ argument
165 xor p3y,%eax ;\
H A Dmd5-amd64.S83 #define REPEAT2(p1w,p2x,p3y,p4z,p5c,p6s,p7Nin,p8Ny) \ argument
88 xorl p3y,%eax ;\
160 #define REPEAT4(p1w,p2x,p3y,p4c,p5s,p6Nin,p7Nz) \ argument
164 xorl p3y,%eax ;\

1234567