@sstorsveen/maths - v2.0.1
    Preparing search index...

    Module index

    A collection of interfaces for vector and matrix objects.

    Functions to manipulate objects conforming to these interfaces can be found in the corresponding modules mat2, mat3, mat4, vec2, vec3 and vec4

    Example usage:

    import { Mat3, Vec2 } from '@spissvinkel/maths';
    

    Interfaces

    Mat2
    Mat3
    Mat4
    Vec2
    Vec3
    Vec4