Home
last modified time | relevance | path

Searched defs:RaycastSingle (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Graphics/
H A DOctree.cpp521 void Octree::RaycastSingle(RayOctreeQuery& query) const in RaycastSingle() function in Urho3D::Octree
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Urho2D/
H A DPhysicsWorld2D.cpp558 void PhysicsWorld2D::RaycastSingle(PhysicsRaycastResult2D& result, const Vector2& startPoint, const… in RaycastSingle() function in Urho3D::PhysicsWorld2D
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Physics/
H A DPhysicsWorld.cpp383 void PhysicsWorld::RaycastSingle(PhysicsRaycastResult& result, const Ray& ray, float maxDistance, u… in RaycastSingle() function in Urho3D::PhysicsWorld