Navigation
API > API/Plugins > API/Plugins/MeshResizingCore > API/Plugins/MeshResizingCore/FRBFInterpolation
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void DeformPoints
(
const FMeshDescription& TargetMesh, |
MeshResizing/RBFInterpolation.h | ||
static void DeformPoints
(
const TArray< FVector3f >& TargetPositions, |
MeshResizing/RBFInterpolation.h | ||
static void DeformPoints
(
const FMeshDescription& TargetMesh, |
MeshResizing/RBFInterpolation.h | ||
static void DeformPoints
(
const FMeshDescription& TargetMesh, |
MeshResizing/RBFInterpolation.h | ||
static void DeformPoints
(
const FMeshDescription& TargetMesh, |
MeshResizing/RBFInterpolation.h |
DeformPoints(const FMeshDescription &, const FMeshResizingRBFInterpolationData &, TArray< FVector3d > &)
| Name | DeformPoints |
| Type | function |
| Header File | /Engine/Plugins/Experimental/MeshResizing/Source/MeshResizingCore/Public/MeshResizing/RBFInterpolation.h |
| Include Path | #include "MeshResizing/RBFInterpolation.h" |
| Source | /Engine/Plugins/Experimental/MeshResizing/Source/MeshResizingCore/Private/MeshResizing/RBFInterpolation.cpp |
static void DeformPoints
(
const FMeshDescription & TargetMesh,
const FMeshResizingRBFInterpolationData & InterpolationData,
TArray< FVector3d > & Points
)
DeformPoints(const TArray< FVector3f > &, const FMeshResizingRBFInterpolationData &, bool, UE::Geometry::FDynamicMesh3 &)
| Name | DeformPoints |
| Type | function |
| Header File | /Engine/Plugins/Experimental/MeshResizing/Source/MeshResizingCore/Public/MeshResizing/RBFInterpolation.h |
| Include Path | #include "MeshResizing/RBFInterpolation.h" |
| Source | /Engine/Plugins/Experimental/MeshResizing/Source/MeshResizingCore/Private/MeshResizing/RBFInterpolation.cpp |
static void DeformPoints
(
const TArray< FVector3f > & TargetPositions,
const FMeshResizingRBFInterpolationData & InterpolationData,
bool bInterpolateNormals,
UE::Geometry::FDynamicMesh3 & DeformingMesh
)
DeformPoints(const FMeshDescription &, const FMeshResizingRBFInterpolationData &, bool, UE::Geometry::FDynamicMesh3 &)
| Name | DeformPoints |
| Type | function |
| Header File | /Engine/Plugins/Experimental/MeshResizing/Source/MeshResizingCore/Public/MeshResizing/RBFInterpolation.h |
| Include Path | #include "MeshResizing/RBFInterpolation.h" |
| Source | /Engine/Plugins/Experimental/MeshResizing/Source/MeshResizingCore/Private/MeshResizing/RBFInterpolation.cpp |
static void DeformPoints
(
const FMeshDescription & TargetMesh,
const FMeshResizingRBFInterpolationData & InterpolationData,
bool bInterpolateNormals,
UE::Geometry::FDynamicMesh3 & DeformingMesh
)
DeformPoints(const FMeshDescription &, const FMeshResizingRBFInterpolationData &, TArrayView< FVector3f >, TArrayView< FVector3f >)
| Name | DeformPoints |
| Type | function |
| Header File | /Engine/Plugins/Experimental/MeshResizing/Source/MeshResizingCore/Public/MeshResizing/RBFInterpolation.h |
| Include Path | #include "MeshResizing/RBFInterpolation.h" |
| Source | /Engine/Plugins/Experimental/MeshResizing/Source/MeshResizingCore/Private/MeshResizing/RBFInterpolation.cpp |
static void DeformPoints
(
const FMeshDescription & TargetMesh,
const FMeshResizingRBFInterpolationData & InterpolationData,
TArrayView< FVector3f > Points,
TArrayView< FVector3f > Normals
)
DeformPoints(const FMeshDescription &, const FMeshResizingRBFInterpolationData &, TArrayView< FVector3f >, TArrayView< FVector3f >, TArrayView< FVector3f >, TArrayView< FVector3f >)
| Name | DeformPoints |
| Type | function |
| Header File | /Engine/Plugins/Experimental/MeshResizing/Source/MeshResizingCore/Public/MeshResizing/RBFInterpolation.h |
| Include Path | #include "MeshResizing/RBFInterpolation.h" |
| Source | /Engine/Plugins/Experimental/MeshResizing/Source/MeshResizingCore/Private/MeshResizing/RBFInterpolation.cpp |
static void DeformPoints
(
const FMeshDescription & TargetMesh,
const FMeshResizingRBFInterpolationData & InterpolationData,
TArrayView< FVector3f > Points,
TArrayView< FVector3f > Normals,
TArrayView< FVector3f > TangentUs,
TArrayView< FVector3f > TangentVs
)