Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Implicit
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/Implicit/SDFCalculationUtils.h |
| Include | #include "Implicit/SDFCalculationUtils.h" |
namespace UE
{
namespace Geometry
{
template<typename RealType>
RealType UE::Geometry::PointSegmentDistance
(
const TVector < RealType > & x0,
const TVector < RealType > & x1,
const TVector < RealType > & x2
)
}
}
Remarks
Find distance x0 is from segment x1-x2