TMeshQueries::TriDistanceSqr

Compute distance from Point to triangle in Mesh, with minimal extra objects/etc

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/GeometricObjects/Public/MeshQueries.h

Include

#include "MeshQueries.h"

Syntax

static double TriDistanceSqr
(
    const TriangleMeshType & Mesh,
    int TriIdx,
    const FVector3d & Point
)

Remarks

Compute distance from Point to triangle in Mesh, with minimal extra objects/etc

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss