Home
last modified time | relevance | path

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

/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Graphics/
H A DViewport.cpp163 IntVector2 Viewport::WorldToScreenPoint(const Vector3& worldPos) const in WorldToScreenPoint() function in Urho3D::Viewport
168 Vector2 screenPoint = camera_->WorldToScreenPoint(worldPos); in WorldToScreenPoint()
H A DViewport.h92 IntVector2 WorldToScreenPoint(const Vector3& worldPos) const;
H A DCamera.h160 Vector2 WorldToScreenPoint(const Vector3& worldPos) const;
H A DCamera.cpp412 Vector2 Camera::WorldToScreenPoint(const Vector3& worldPos) const in WorldToScreenPoint() function in Urho3D::Camera
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/LuaScript/pkgs/Graphics/
H A DCamera.pkg54 Vector2 WorldToScreenPoint(const Vector3& worldPos) const;
H A DViewport.pkg25 IntVector2 WorldToScreenPoint(const Vector3& worldPos) const;
/dports/graphics/urho3d/Urho3D-1.7.1/bin/Data/Scripts/Editor/
H A DEditorViewSelectableOrigins.as223 Vector2 sp = activeViewport.camera.WorldToScreenPoint(node.worldPosition);
296 Vector2 sp = activeViewport.camera.WorldToScreenPoint(originsNodes[index].worldPosition);
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/AngelScript/
H A DGraphicsAPI.cpp84 …tor2 WorldToScreenPoint(const Vector3&in) const", asMETHOD(Camera, WorldToScreenPoint), asCALL_THI… in RegisterCamera()
466 …r2 WorldToScreenPoint(const Vector3&in) const", asMETHOD(Viewport, WorldToScreenPoint), asCALL_THI… in RegisterTextures()
/dports/graphics/urho3d/Urho3D-1.7.1/Docs/
H A DAngelScriptAPI.h1373 Vector2 WorldToScreenPoint(const Vector3&) const;
14785 IntVector2 WorldToScreenPoint(const Vector3&) const;
H A DLuaScriptAPI.dox839 - Vector2 WorldToScreenPoint(const Vector3& worldPos) const
7811 - IntVector2 WorldToScreenPoint(const Vector3& worldPos) const
H A DScriptAPI.dox4051 - Vector2 WorldToScreenPoint(const Vector3&) const
15441 - IntVector2 WorldToScreenPoint(const Vector3&) const