sphericalCubicInterpolateInTime(b:preA:postB:weight:bT:preAT:postBT:)

    Performs a spherical cubic interpolation between quaternions preA, this vector, b, and postB, by the given amount weight.

    Quaternion.swift:400
    func sphericalCubicInterpolateInTime(b: Quaternion, preA: Quaternion, postB: Quaternion, weight: Double, bT: Double, preAT: Double, postBT: Double) -> Quaternion

    It can perform smoother interpolation than sphericalCubicInterpolate(b:preA:postB:weight:) by the time values.

    Other members in extension

    Type members

    Instance members