@studiokeywi/banjo - v0.0.1
    Preparing search index...

    Function project

    • Calculates the projection of one vector against another

      Parameters

      • target: Vector2

        Left operand

      • destination: Vector2

        Right operand

      • Optionalout: Vector2 = ...

        Optional vector to store the output (can be used to inject results into an existing vector)

      Returns Vector2

      The projected vector