Home
last modified time | relevance | path

Searched refs:projectedCenter (Results 1 – 2 of 2) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
DbtStaticPlaneShape.cpp74 btVector3 projectedCenter = center - (m_planeNormal.dot(center) - m_planeConstant)*m_planeNormal; in processAllTriangles() local
77 triangle[0] = projectedCenter + tangentDir0*radius + tangentDir1*radius; in processAllTriangles()
78 triangle[1] = projectedCenter + tangentDir0*radius - tangentDir1*radius; in processAllTriangles()
79 triangle[2] = projectedCenter - tangentDir0*radius - tangentDir1*radius; in processAllTriangles()
83 triangle[0] = projectedCenter - tangentDir0*radius - tangentDir1*radius; in processAllTriangles()
84 triangle[1] = projectedCenter - tangentDir0*radius + tangentDir1*radius; in processAllTriangles()
85 triangle[2] = projectedCenter + tangentDir0*radius + tangentDir1*radius; in processAllTriangles()
/external/skia/src/core/
DSkStrokerPriv.cpp28 SkPoint projectedCenter = pivot + parallel; in RoundCapper() local
30 path->conicTo(projectedCenter + normal, projectedCenter, SK_ScalarRoot2Over2); in RoundCapper()
31 path->conicTo(projectedCenter - normal, stop, SK_ScalarRoot2Over2); in RoundCapper()