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 FVector2d BilinearInterp
(
    const FVector2d & v00,
    const FVector2d & v10,
    const FVector2d & v11,
    const FVector2d & 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