Searched refs:_point2 (Results 1 - 1 of 1) sorted by relevance

/external/opencv3/modules/core/src/
H A Dmatrix.cpp5343 RotatedRect::RotatedRect(const Point2f& _point1, const Point2f& _point2, const Point2f& _point3) argument
5347 vecs[0] = Vec2f(_point1 - _point2);
5348 vecs[1] = Vec2f(_point2 - _point3);

Completed in 99 milliseconds