Home
last modified time | relevance | path

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

/dports/graphics/reactphysics3d/reactphysics3d-0.8.0/include/reactphysics3d/mathematics/
H A Dmathematics_functions.h99 void computeClosestPointBetweenTwoSegments(const Vector3& seg1PointA, const Vector3& seg1PointB,
/dports/graphics/reactphysics3d/reactphysics3d-0.8.0/src/mathematics/
H A Dmathematics_functions.cpp113 …sics3d::computeClosestPointBetweenTwoSegments(const Vector3& seg1PointA, const Vector3& seg1PointB, in computeClosestPointBetweenTwoSegments() argument
117 const Vector3 d1 = seg1PointB - seg1PointA; in computeClosestPointBetweenTwoSegments()