Searched defs:point3 (Results 1 - 5 of 5) sorted by relevance

/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/shapes/
H A DSimplexCollisionShape.java27 public SimplexCollisionShape(Vector3f point1, Vector3f point2, Vector3f point3, Vector3f point4) { argument
30 vector3 = point3;
35 public SimplexCollisionShape(Vector3f point1, Vector3f point2, Vector3f point3) { argument
38 vector3 = point3;
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/shapes/
H A DSimplexCollisionShape.java27 public SimplexCollisionShape(Vector3f point1, Vector3f point2, Vector3f point3, Vector3f point4) { argument
30 vector3 = point3;
35 public SimplexCollisionShape(Vector3f point1, Vector3f point2, Vector3f point3) { argument
38 vector3 = point3;
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DWebPluginContainerTest.cpp123 WebPoint point3 = pluginContainerTwo->windowToLocalPoint(WebPoint(0, 10)); local
124 ASSERT_EQ(10, point3.x);
125 ASSERT_EQ(0, point3.y);
154 WebPoint point3 = pluginContainerTwo->localToWindowPoint(WebPoint(10, 0)); local
155 ASSERT_EQ(0, point3.x);
156 ASSERT_EQ(10, point3.y);
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGParserUtilities.cpp538 bool parseFloatPoint3(const CharType*& current, const CharType* end, FloatPoint& point1, FloatPoint& point2, FloatPoint& point3) argument
555 point3 = FloatPoint(x3, y3);
559 template bool parseFloatPoint3(const LChar*& current, const LChar* end, FloatPoint& point1, FloatPoint& point2, FloatPoint& point3);
560 template bool parseFloatPoint3(const UChar*& current, const UChar* end, FloatPoint& point1, FloatPoint& point2, FloatPoint& point3);
/external/opencv/cvaux/src/
H A Dcvepilines.cpp212 CvPoint2D64d point3; local
228 point3.x = (1.0 - alpha) * quad2[0][0] + alpha * quad2[3][0];
229 point3.y = (1.0 - alpha) * quad2[0][1] + alpha * quad2[3][1];
237 point3,
341 CvPoint2D64d point3,
375 icvGetDirectionForPoint( point3,
339 icvComCoeffForLine( CvPoint2D64d point1, CvPoint2D64d point2, CvPoint2D64d point3, CvPoint2D64d point4, CvMatr64d camMatr1, CvMatr64d rotMatr1, CvMatr64d transVect1, CvMatr64d camMatr2, CvMatr64d rotMatr2, CvMatr64d transVect2, CvStereoLineCoeff* coeffs, int* needSwapCamera) argument

Completed in 2318 milliseconds