crashcat docs
    Preparing search index...
    • Find the point furthest outside the hull Finds the point that is furthest outside the convex hull and returns information about the face it's furthest from. Used for error analysis and tolerance testing.

      Parameters

      Returns {
          coplanarDistance: number;
          faceWithMaxError: convexHullBuilder.Face | null;
          maxError: number;
          maxErrorPositionIdx: number;
      }