@kognifai/cogsengine
    Preparing search index...

    Function bezier

    • Performs a bezier interpolation with two control points

      Parameters

      • out: vec3

        the receiving vector

      • a: ReadonlyVec3

        the first operand

      • b: ReadonlyVec3

        the second operand

      • c: ReadonlyVec3

        the third operand

      • d: ReadonlyVec3

        the fourth operand

      • t: number

        interpolation amount, in the range [0-1], between the two inputs

      Returns vec3

      out