like2d
    Preparing search index...

    Module math

    A purely functional math library, mostly for 2d.

    Check out Vector2 and Rect

    Why purely functional?

    1. Plays nice with stream iterators.
    2. JS is likely to add a pipe operator in the future.
    3. Construction is as easy as building an array.

    Functions

    mod

    Type Aliases

    Rectangle
    Vector2

    Variables

    Rect
    Vec2