Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/FMath
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Math/UnrealMathUtility.h |
Include | #include "Math/UnrealMathUtility.h" |
Source | /Engine/Source/Runtime/Core/Private/Math/UnrealMath.cpp |
static bool PointsAreCoplanar
&40;
const TArray< FVector > & Points,
const float Tolerance
&41;
Remarks
Determines whether a given set of points are coplanar, with a tolerance. Any three points or less are always coplanar. Whether the points are relatively coplanar, based on the tolerance
Parameters
Name | Description |
---|---|
Points | The set of points to determine coplanarity for. |
Tolerance | Larger numbers means more variance is allowed. |