Home
last modified time | relevance | path

Searched refs:m11stheta (Results 1 – 1 of 1) sorted by relevance

/dports/misc/visp/visp-3.4.0/modules/core/src/tracking/forward-projection/
H A DvpCircle.cpp382 double m11stheta = n11 * stheta; in computeIntersectionPoint() local
384 m02xg * ctheta2 + m11stheta * rho) / in computeIntersectionPoint()
385 (n20 * ctheta2 + 2.0 * m11stheta * ctheta + n02 - n02 * ctheta2)); in computeIntersectionPoint()