Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TSweepingMeshSDF
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static float PointSegmentDistance
(
const FVector3f& x0, |
Find distance x0 is from segment x1-x2 | Implicit/SweepingMeshSDF.h | |
static double PointSegmentDistance
(
const FVector3d& x0, |
Find distance x0 is from segment x1-x2 | Implicit/SweepingMeshSDF.h |
PointSegmentDistance(const FVector3f &, const FVector3f &, const FVector3f &)
Description
Find distance x0 is from segment x1-x2
| Name | PointSegmentDistance |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Implicit/SweepingMeshSDF.h |
| Include Path | #include "Implicit/SweepingMeshSDF.h" |
static float PointSegmentDistance
(
const FVector3f & x0,
const FVector3f & x1,
const FVector3f & x2
)
PointSegmentDistance(const FVector3d &, const FVector3d &, const FVector3d &)
Description
Find distance x0 is from segment x1-x2
| Name | PointSegmentDistance |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Implicit/SweepingMeshSDF.h |
| Include Path | #include "Implicit/SweepingMeshSDF.h" |
static double PointSegmentDistance
(
const FVector3d & x0,
const FVector3d & x1,
const FVector3d & x2
)