Math3D Full Project API
    Preparing search index...
    type SelectionStatsParams = {
        binCount?: number;
        histogramMetric?: SelectionMetricKey;
        metrics?: Partial<
            Record<SelectionMetricKey, Float32Array | null | undefined>,
        >;
        normalizeMeanNormal?: boolean;
        normals: Float32Array;
        positions: Float32Array;
        selectedIndices: number[];
    }
    Index

    Properties

    binCount?: number
    histogramMetric?: SelectionMetricKey
    metrics?: Partial<Record<SelectionMetricKey, Float32Array | null | undefined>>
    normalizeMeanNormal?: boolean
    normals: Float32Array
    positions: Float32Array
    selectedIndices: number[]