Home
last modified time | relevance | path

Searched refs:edgeMatrix (Results 1 – 17 of 17) sorted by relevance

/dports/www/mod_php81/php-8.1.1/ext/gd/tests/
H A Dbug47946.phpt35 $edgeMatrix = array(array(1, 0, 1), array(0, 5, 0), array(1, 0, 1));
42 makeFilter($im, $edgeMatrix);
/dports/lang/php81/php-8.1.1/ext/gd/tests/
H A Dbug47946.phpt35 $edgeMatrix = array(array(1, 0, 1), array(0, 5, 0), array(1, 0, 1));
42 makeFilter($im, $edgeMatrix);
/dports/graphics/php81-gd/php-8.1.1/ext/gd/tests/
H A Dbug47946.phpt35 $edgeMatrix = array(array(1, 0, 1), array(0, 5, 0), array(1, 0, 1));
42 makeFilter($im, $edgeMatrix);
/dports/lang/php73/php-7.3.33/ext/gd/tests/
H A Dbug47946.phpt34 $edgeMatrix = array(array(1, 0, 1), array(0, 5, 0), array(1, 0, 1));
41 makeFilter($im, $edgeMatrix);
/dports/lang/php80/php-8.0.15/ext/gd/tests/
H A Dbug47946.phpt34 $edgeMatrix = array(array(1, 0, 1), array(0, 5, 0), array(1, 0, 1));
41 makeFilter($im, $edgeMatrix);
/dports/lang/php74/php-7.4.27/ext/gd/tests/
H A Dbug47946.phpt34 $edgeMatrix = array(array(1, 0, 1), array(0, 5, 0), array(1, 0, 1));
41 makeFilter($im, $edgeMatrix);
/dports/www/mod_php73/php-7.3.33/ext/gd/tests/
H A Dbug47946.phpt34 $edgeMatrix = array(array(1, 0, 1), array(0, 5, 0), array(1, 0, 1));
41 makeFilter($im, $edgeMatrix);
/dports/www/mod_php80/php-8.0.15/ext/gd/tests/
H A Dbug47946.phpt34 $edgeMatrix = array(array(1, 0, 1), array(0, 5, 0), array(1, 0, 1));
41 makeFilter($im, $edgeMatrix);
/dports/www/mod_php74/php-7.4.27/ext/gd/tests/
H A Dbug47946.phpt34 $edgeMatrix = array(array(1, 0, 1), array(0, 5, 0), array(1, 0, 1));
41 makeFilter($im, $edgeMatrix);
/dports/graphics/php73-gd/php-7.3.33/ext/gd/tests/
H A Dbug47946.phpt34 $edgeMatrix = array(array(1, 0, 1), array(0, 5, 0), array(1, 0, 1));
41 makeFilter($im, $edgeMatrix);
/dports/graphics/php74-gd/php-7.4.27/ext/gd/tests/
H A Dbug47946.phpt34 $edgeMatrix = array(array(1, 0, 1), array(0, 5, 0), array(1, 0, 1));
41 makeFilter($im, $edgeMatrix);
/dports/graphics/php80-gd/php-8.0.15/ext/gd/tests/
H A Dbug47946.phpt34 $edgeMatrix = array(array(1, 0, 1), array(0, 5, 0), array(1, 0, 1));
41 makeFilter($im, $edgeMatrix);
/dports/games/blockout/BL_SRC/BlockOut/
H A DBotPlayer.cpp241 edgeMatrix = NULL; in BotPlayer()
265 if( edgeMatrix ) { in Init()
266 free(edgeMatrix); in Init()
267 edgeMatrix= NULL; in Init()
277 edgeMatrix = (float *)malloc( mSize*sizeof(float) ); in Init()
H A DBotPlayer.h132 float *edgeMatrix; // Pit edge bonus/malus variable
H A DBotPlayerAI.cpp25 #define EDGE_MATRIX(x,y,z) edgeMatrix[(x) + (y)*width + (z)*area]
210 memset(edgeMatrix,0,mSize*sizeof(float)); in InitPitCoef()
/dports/games/avp/avp-20170505/src/avp/
H A Dbh_ais.c1431 MATRIXCH edgeMatrix; in NPCGetMovementDirection() local
1444 edgeMatrix.mat11 = myPolyEdgeNormals[i].vx; in NPCGetMovementDirection()
1445 edgeMatrix.mat21 = 0; in NPCGetMovementDirection()
1447 edgeMatrix.mat12 = 0; in NPCGetMovementDirection()
1448 edgeMatrix.mat22 = 65536; in NPCGetMovementDirection()
1449 edgeMatrix.mat32 = 0; in NPCGetMovementDirection()
1450 edgeMatrix.mat13 = edgeVector.vx; in NPCGetMovementDirection()
1451 edgeMatrix.mat23 = 0; in NPCGetMovementDirection()
1452 edgeMatrix.mat33 = edgeVector.vz; in NPCGetMovementDirection()
1459 RotateVector(&endPoint1, &edgeMatrix); in NPCGetMovementDirection()
[all …]
/dports/math/R-cran-lava/lava/R/
H A Dpath.R120 M <- graph::edgeMatrix(g)