Math3D Full Project API
    Preparing search index...
    type SurfaceSampleSet = {
        bbox?: THREE.Box3;
        center?: THREE.Vector3;
        curvatures?: {
            H: Float32Array;
            K: Float32Array;
            k1: Float32Array;
            k2: Float32Array;
        };
        meshData?: {
            indices: ArrayLike<number>
            | null;
            key: string;
            positions: Float32Array;
        }[];
        samples: SurfaceSample[];
    }
    Index

    Properties

    bbox?: THREE.Box3
    center?: THREE.Vector3
    curvatures?: {
        H: Float32Array;
        K: Float32Array;
        k1: Float32Array;
        k2: Float32Array;
    }
    meshData?: {
        indices: ArrayLike<number> | null;
        key: string;
        positions: Float32Array;
    }[]
    samples: SurfaceSample[]