Home
last modified time | relevance | path

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

/dports/graphics/reactphysics3d/reactphysics3d-0.8.0/src/mathematics/
H A Dmathematics_functions.cpp115 Vector3& closestPointSeg1, Vector3& closestPointSeg2) { in computeClosestPointBetweenTwoSegments() argument
128 closestPointSeg1 = seg1PointA; in computeClosestPointBetweenTwoSegments()
186 closestPointSeg1 = seg1PointA + d1 * s; in computeClosestPointBetweenTwoSegments()
/dports/graphics/reactphysics3d/reactphysics3d-0.8.0/include/reactphysics3d/mathematics/
H A Dmathematics_functions.h101 Vector3& closestPointSeg1, Vector3& closestPointSeg2);