FFFDLattice::GetValuePair

Helper for linear interpolation. Returns lattice points at (I,J,K) and (I+1,J,K).

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

void GetValuePair
(
    int I,
    int J,
    int K,
    FVector3d & A,
    FVector3d & B,
    const TArray< FVector3d > & LatticeControlPoints
) const

Remarks

Helper for linear interpolation. Returns lattice points at (I,J,K) and (I+1,J,K).

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