Math3D Full Project API
    Preparing search index...
    type SurfaceQueryChartCoord = {
        kind: "xy" | "uv" | "local";
        u: number;
        v: number;
        valid: boolean;
    }
    Index

    Properties

    Properties

    kind: "xy" | "uv" | "local"
    u: number
    v: number
    valid: boolean