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 FVector2f BilinearInterp
(
    const FVector2f & v00,
    const FVector2f & v10,
    const FVector2f & v11,
    const FVector2f & v01,
    float tx,
    float 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