@equinor/videx-3d
    Preparing search index...

    Type Alias FrenetFrame

    Caclulated values of Frenet frames

    type FrenetFrame = {
        binormal: Vec3;
        curvePosition: number;
        normal: Vec3;
        position: Vec3;
        tangent: Vec3;
    }
    Index

    Properties

    binormal: Vec3
    curvePosition: number
    normal: Vec3
    position: Vec3
    tangent: Vec3