Ejemplo n.º 1
0
	Value pointCanonicalXYToNormalizedXY( const Value& point ) const { return pointCanonicalXYToNormalizedXY( point, _projectSize ); }
Ejemplo n.º 2
0
inline Point2Double pointConvertCoordinateSystem<eCoordinateSystemXY, eCoordinateSystemXYn>(const Point2Double& point,
                                                                                            const Point2Double& imgSize)
{
    return pointCanonicalXYToNormalizedXY(point, imgSize);
}