Type Alias FrenetFrame

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

Caclulated values of Frenet frames

Type declaration