Math3D Full Project API
    Preparing search index...
    type SurfaceSample = {
        id: number;
        meshKey?: string;
        meta?: { surfaceKind?: "graph" | "implicit" | "param" | "weierstrass" };
        normal: THREE.Vector3;
        position: THREE.Vector3;
        uv?: { u: number; v: number };
        vertexIndex?: number;
    }
    Index

    Properties

    id: number
    meshKey?: string
    meta?: { surfaceKind?: "graph" | "implicit" | "param" | "weierstrass" }
    normal: THREE.Vector3
    position: THREE.Vector3
    uv?: { u: number; v: number }
    vertexIndex?: number