Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Kismet > API/Runtime/Engine/Kismet/UKismetMathLibrary
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Kismet/KismetMathLibrary.h |
| Include | #include "Kismet/KismetMathLibrary.h" |
| Source | /Engine/Source/Runtime/Engine/Classes/Kismet/KismetMathLibrary.inl |
static bool PointsAreCoplanar
&40;
const TArray< FVector > & Points,
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. |