Searched refs:rectRelativeCoords (Results 1 – 1 of 1) sorted by relevance
1558 inline QVector2D relativeToNormalizedCoordinates(const QRectF &r, QVector2D rectRelativeCoords) in relativeToNormalizedCoordinates() argument1560 …return { (rectRelativeCoords.x() / halfDims(r).x()) - 1.0f, (rectRelativeCoords.y() / halfDims(r).… in relativeToNormalizedCoordinates()