FMeshShapeGenerator::BilinearInterp

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/GeometricObjects/Public/Generators/MeshShapeGenerator.h

Include

#include "Generators/MeshShapeGenerator.h"

Syntax

static FVector3d BilinearInterp
(
    const FVector3d & v00,
    const FVector3d & v10,
    const FVector3d & v11,
    const FVector3d & v01,
    double tx,
    double ty
)

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