Searched refs:headX (Results 1 – 7 of 7) sorted by relevance
/dports/graphics/processing/processing-1.5.1/modes/android/examples/Topics/Motion/Puff/ |
H A D | Puff.pde | 13 float headX; 33 headX = width/2; 54 px[i] = headX+sin(radians(angle[i]))*radiiX[i]; 80 headX+=speedX; 84 if (headX >= width-cellRadius[0]/2 || headX <=cellRadius[0]/2){
|
/dports/graphics/processing/processing-1.5.1/modes/java/examples/Topics/Motion/Puff/ |
H A D | Puff.pde | 13 float headX; 33 headX = width/2; 54 px[i] = headX+sin(radians(angle[i]))*radiiX[i]; 80 headX+=speedX; 84 if (headX >= width-cellRadius[0]/2 || headX <=cellRadius[0]/2){
|
/dports/games/qonk/qonk-0.3.1/src/ |
H A D | canvas.cpp | 114 int headX, headY; in drawFlyingShip() local 118 headX = (int) (sx + 5.0 * cos( direction)); in drawFlyingShip() 125 aalineRGBA(main, leftTipX, leftTipY, headX, headY, r, g, b, 255); in drawFlyingShip() 126 aalineRGBA(main, rightTipX, rightTipY, headX, headY, r, g, b, 255); in drawFlyingShip()
|
/dports/cad/alliance/alliance/src/mbk/src/ |
H A D | parse_vti_l.c | 701 struct hns_X *headX; local 742 headX = add_hns_X(); 743 headX->NEXT = NULL; 744 headX->idx = ptn->DATA; 745 headX->rcn = 0; 753 ptcon->USER = addptype(ptcon->USER, HNSRCN, headX); 758 headX->NEXT = (struct hns_X*)( ptl->DATA ); 759 ptl->DATA = headX; 938 struct hns_X *headX; local 947 headX= givehnsx(fig, atol(t2)); [all …]
|
/dports/math/octave-forge-matgeom/matgeom-1.2.3/inst/geom3d/ |
H A D | drawArrow3d.m | 195 headX = reshape(newEll(:,1), row, col); variable 204 headX = headX + Vp(1) + X; variable 211 hHead = patch(hAx, surf2patch(headX, headY, headZ), 'FaceColor', color, 'EdgeColor', 'none', drawOp…
|
/dports/textproc/p5-DocSet/DocSet-0.19/ |
H A D | Changes | 7 - fix the =headX I<foo> rendering bug (the POD markup of the header 15 - fix DocSet::Doc::POD2HTML::View::HTMLPS not to anchor =headX titles,
|
/dports/devel/p5-Getopt-Euclid/Getopt-Euclid-0.4.5/ |
H A D | README | 334 Caveat: Do not put additional subheadings (=headX) inside the 352 Caveat: Do not put additional subheadings (=headX) inside the
|