Math3D Full Project API
    Preparing search index...
    type SurfaceQuerySample = {
        areaElem: number;
        du: Vec3;
        dv: Vec3;
        metric: SurfaceQueryMetric;
        normal: Vec3;
        point: Vec3;
    }
    Index

    Properties

    areaElem: number
    du: Vec3
    dv: Vec3
    normal: Vec3
    point: Vec3