Navigation
BlueprintAPI > BlueprintAPI/Math > BlueprintAPI/Math/Geometry
Determines whether a given set of points are coplanar, with a tolerance. Any three points or less are always coplanar.
Target is Kismet Math Library
Inputs
| Type | Name | Description |
|---|---|---|
| vector | Points | The set of points to determine coplanarity for. |
| real | Tolerance | Larger numbers means more variance is allowed. |
Outputs
| Type | Name | Description |
|---|---|---|
| boolean | Return Value | Whether the points are relatively coplanar, based on the tolerance |