Math3D Full Project API
    Preparing search index...
    type CurveViewerProps = {
        closed?: boolean;
        dimension: 2 | 3;
        frameGlyphs?: CurveViewerGlyph[];
        frameScale?: number;
        probeGlyph?: CurveViewerGlyph | null;
        resetToken?: number;
        samples: CurveViewerVec3[];
        showBinormal?: boolean;
        showNormal?: boolean;
        showTangent?: boolean;
    }
    Index

    Properties

    closed?: boolean
    dimension: 2 | 3
    frameGlyphs?: CurveViewerGlyph[]
    frameScale?: number
    probeGlyph?: CurveViewerGlyph | null
    resetToken?: number
    samples: CurveViewerVec3[]
    showBinormal?: boolean
    showNormal?: boolean
    showTangent?: boolean