isPlanar

fun List<Vector3D>.isPlanar(tolerance: Double, dynamicToleranceAdjustment: Boolean = true): Boolean

Returns true, if all Vector3Ds are located within a plane.

Parameters

tolerance

tolerated distance between points and the plane

dynamicToleranceAdjustment

increases the tolerance when numbers are greater