Home | History | Annotate | Download | only in CollisionShapes

Lines Matching refs:vtx

48 	btVector3 vtx;
58 vtx = pos +vec*(radius) - vec * getMargin();
59 newDot = vec.dot(vtx);
63 supVec = vtx;
70 vtx = pos +vec*(radius) - vec * getMargin();
71 newDot = vec.dot(vtx);
75 supVec = vtx;
94 btVector3 vtx;
99 vtx = pos +vec*(radius) - vec * getMargin();
100 newDot = vec.dot(vtx);
104 supportVerticesOut[j] = vtx;
110 vtx = pos +vec*(radius) - vec * getMargin();
111 newDot = vec.dot(vtx);
115 supportVerticesOut[j] = vtx;