Math3D Full Project API
    Preparing search index...
    type BestFitPlaneResult = {
        centroid: Point3;
        max: number;
        normal: Vec3;
        plane: Plane3;
        residuals: number[];
        rms: number;
    }
    Index

    Properties

    centroid: Point3
    max: number
    normal: Vec3
    plane: Plane3
    residuals: number[]
    rms: number