Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/FMath
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
FVector | GetBaryCentric2D
(
const FVector& Point, |
Computes the barycentric coordinates for a given point in a triangle, only considering the XY coordinates - simpler than the Compute versions |
![]() ![]() |
FVector | GetBaryCentric2D
(
const FVector2D& Point, |
Computes the barycentric coordinates for a given point in a triangle - simpler than the Compute versions |