Home
last modified time | relevance | path

Searched refs:childMat (Results 1 – 4 of 4) sorted by relevance

/dports/devel/bullet/bullet3-3.21/examples/ExampleBrowser/
H A DGL_ShapeDrawer.cpp320 childMat[16]; in drawOpenGL()
321 childTrans.getOpenGLMatrix(childMat); in drawOpenGL()
322 drawOpenGL(childMat, colShape, color, debugMode, worldBoundsMin, worldBoundsMax); in drawOpenGL()
526 childMat[16]; in drawOpenGL()
527 childTransform.getOpenGLMatrix(childMat); in drawOpenGL()
528 drawOpenGL(childMat, &sc, color, debugMode, worldBoundsMin, worldBoundsMax); in drawOpenGL()
677 childMat[16]; in drawShadow()
678 childTrans.getOpenGLMatrix(childMat); in drawShadow()
679 … drawShadow(childMat, extrusion * childTrans.getBasis(), colShape, worldBoundsMin, worldBoundsMax); in drawShadow()
/dports/devel/py-bullet3/bullet3-3.21/examples/ExampleBrowser/
H A DGL_ShapeDrawer.cpp320 childMat[16]; in drawOpenGL()
321 childTrans.getOpenGLMatrix(childMat); in drawOpenGL()
322 drawOpenGL(childMat, colShape, color, debugMode, worldBoundsMin, worldBoundsMax); in drawOpenGL()
526 childMat[16]; in drawOpenGL()
527 childTransform.getOpenGLMatrix(childMat); in drawOpenGL()
528 drawOpenGL(childMat, &sc, color, debugMode, worldBoundsMin, worldBoundsMax); in drawOpenGL()
677 childMat[16]; in drawShadow()
678 childTrans.getOpenGLMatrix(childMat); in drawShadow()
679 … drawShadow(childMat, extrusion * childTrans.getBasis(), colShape, worldBoundsMin, worldBoundsMax); in drawShadow()
/dports/games/critterding/critterding-beta12/src/scenes/entities/
H A Dworldb.cpp926 btScalar childMat[16]; in drawShadow() local
927 childTrans.getOpenGLMatrix(childMat); in drawShadow()
928 drawShadow(childMat,extrusion*childTrans.getBasis(),colShape,worldBoundsMin,worldBoundsMax); in drawShadow()
/dports/science/PETSc/petsc-3.14.1/src/dm/impls/plex/
H A Dplextree.c3953 PetscScalar *childMat = &childrenMats[childId - pRefStart][f][0]; in DMPlexComputeInjectorTree() local
3957 …ffsets[f+1]-rowOffsets[f],rowIndices,offsets[f+1]-offsets[f],colIndices,childMat,INSERT_VALUES);CH… in DMPlexComputeInjectorTree()
4255 const PetscScalar *childMat = refPointFieldMats[childId - pRefStart][f]; in DMPlexTransferVecTree_Interpolate() local
4268 val += childMat[i * numCols + j] * cVal[j]; in DMPlexTransferVecTree_Interpolate()
4433 PetscScalar *childMat = &childrenMats[childId - pRefStart][f][0]; in DMPlexTransferVecTree_Inject() local
4442 val += childMat[n * i + j] * colValues[j]; in DMPlexTransferVecTree_Inject()