@lakuna/umath
    Preparing search index...

    Interface Vector4Like

    A quantity with magnitude and direction in four dimensions.

    interface Vector4Like {
        "0": number;
        "1": number;
        "2": number;
        "3": number;
        [key: number]: number;
    }

    Hierarchy (View Summary)

    Implemented by

    Indexable

    • [key: number]: number
    Index

    Properties

    0 1 2 3

    Properties

    "0": number

    The first component of this vector.

    "1": number

    The second component of this vector.

    "2": number

    The third component of this vector.

    "3": number

    The fourth component of this vector.