Navigation
API > API/Plugins > API/Plugins/DynamicMesh
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTraceResult UE::Geometry::GeodesicSingleTriangleUtils::TraceTriangleFromEdge
(
const FDynamicMesh3& Mesh, |
Trace From an Edge crossing into the triangle TriID | Operations/MeshGeodesicSurfaceTracer.h | |
FTraceResult UE::Geometry::GeodesicSingleTriangleUtils::TraceTriangleFromEdge
(
const FDynamicMesh3& Mesh, |
Operations/MeshGeodesicSurfaceTracer.h |
UE::Geometry::GeodesicSingleTriangleUtils::TraceTriangleFromEdge(const FDynamicMesh3 &, const int32, double, const FMeshSurfaceDirection &, double)
Description
Trace From an Edge crossing into the triangle TriID NB: it is assumed that the edge EID is part of the triangle TriID. (otherwise the result will be unexpected)
| Name | UE::Geometry::GeodesicSingleTriangleUtils::TraceTriangleFromEdge |
| Type | function |
| Header File | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/Operations/MeshGeodesicSurfaceTracer.h |
| Include Path | #include "Operations/MeshGeodesicSurfaceTracer.h" |
| Source | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Private/Operations/MeshGeodesicSurfaceTracer.cpp |
namespace UE
{
namespace Geometry
{
namespace GeodesicSingleTriangleUtils
{
FTraceResult UE::Geometry::GeodesicSingleTriangleUtils::TraceTriangleFromEdge
(
const FDynamicMesh3 & Mesh,
const int32 TriID,
double EdgeAlpha,
const FMeshSurfaceDirection & Direction,
double MaxDistance
)
}
}
}
Trace Result.
Parameters
| Name | Remarks |
|---|---|
| TriID | FDynamicMesh3 TriangleID that indicated that triangle we trace across |
| EdgeAlpha | [0,1] parameter that determines the location on the Direction edge where the trace originates (measured from Edge.A to Edge.B as ordered in mesh) |
| Direction | Surface direction of trace |
UE::Geometry::GeodesicSingleTriangleUtils::TraceTriangleFromEdge(const FDynamicMesh3 &, const int32, double, const FMeshSurfaceDirection &, FTangentTri2 &, double)
| Name | UE::Geometry::GeodesicSingleTriangleUtils::TraceTriangleFromEdge |
| Type | function |
| Header File | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/Operations/MeshGeodesicSurfaceTracer.h |
| Include Path | #include "Operations/MeshGeodesicSurfaceTracer.h" |
| Source | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Private/Operations/MeshGeodesicSurfaceTracer.cpp |
namespace UE
{
namespace Geometry
{
namespace GeodesicSingleTriangleUtils
{
FTraceResult UE::Geometry::GeodesicSingleTriangleUtils::TraceTriangleFromEdge
(
const FDynamicMesh3 & Mesh,
const int32 TriID,
double EdgeAlpha,
const FMeshSurfaceDirection & Direction,
FTangentTri2 & ScratchTangentTri2,
double MaxDistance
)
}
}
}