HomeSort by relevance Sort by last modified time
    Searched refs:projectedCenter (Results 1 - 2 of 2) sorted by null

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

Completed in 111 milliseconds