Home
last modified time | relevance | path

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

/dports/games/openmw/openmw-openmw-0.47.0/components/misc/
H A Dcoordinateconverter.hpp33 ESM::Pathgrid::Point toWorldPoint(ESM::Pathgrid::Point point) const in toWorldPoint() function in Misc::CoordinateConverter
/dports/games/openmw/openmw-openmw-0.47.0/components/detournavigator/
H A Dnavigatorimpl.cpp123 … const auto src = Misc::Convert::makeOsgVec3f(converter.toWorldPoint(pathgrid.mPoints[edge.mV0])); in addPathgrid()
124 … const auto dst = Misc::Convert::makeOsgVec3f(converter.toWorldPoint(pathgrid.mPoints[edge.mV1])); in addPathgrid()
/dports/x11-toolkits/qml-box2d/qml-box2d-21e57f/
H A Dbox2dbody.h130 Q_INVOKABLE QPointF toWorldPoint(const QPointF &localPoint) const;
H A Dbox2dbody.cpp451 QPointF Box2DBody::toWorldPoint(const QPointF &localPoint) const in toWorldPoint() function in Box2DBody