Searched refs:point3 (Results 1 - 4 of 4) 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/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
/external/opencv/cvaux/include/
H A Dcvaux.h603 CvPoint2D64f point3,

Completed in 243 milliseconds