FFFDLattice::ClosestLatticePosition

Clamp the given index to [0, Dims] and return the current lattice point position at the clamped index.

Windows
MacOS
Linux

References

Module

DynamicMesh

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/DynamicMesh/Public/Operations/FFDLattice.h

Include

#include "Operations/FFDLattice.h"

Source

/Engine/Plugins/Experimental/GeometryProcessing/Source/DynamicMesh/Private/Operations/FFDLattice.cpp

Syntax

FVector3d ClosestLatticePosition
(
    const FVector3i & VirtualControlPointIndex,
    const TArray< FVector3d > & LatticeControlPoints
) const

Remarks

Clamp the given index to [0, Dims] and return the current lattice point position at the clamped index.

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