Home
last modified time | relevance | path

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

/dports/x11-toolkits/qt5-quick3d/kde-qtquick3d-5.15.2p19/src/render/
H A Dqssgrenderbasetypes_p.h1558 inline QVector2D relativeToNormalizedCoordinates(const QRectF &r, QVector2D rectRelativeCoords) in relativeToNormalizedCoordinates() argument
1560 …return { (rectRelativeCoords.x() / halfDims(r).x()) - 1.0f, (rectRelativeCoords.y() / halfDims(r).… in relativeToNormalizedCoordinates()