TMeshAABBTree3::find_nearest_vertex

Choose your operating system:

Windows

macOS

Linux

References

Module

GeometryCore

Header

/Engine/Source/Runtime/GeometryCore/Public/Spatial/MeshAABBTree3.h

Include

#include "Spatial/MeshAABBTree3.h"

Syntax

void find_nearest_vertex
(
    int IBox,
    const FVector3d & P,
    double & NearestDistSqr,
    int & NearestVertexID,
    const FQueryOptions & Options
)