Skip to content

Latest commit

 

History

History
57 lines (35 loc) · 1.58 KB

Vectors.md

File metadata and controls

57 lines (35 loc) · 1.58 KB

Vectors

One of the three major components of lnagb.js. This component groups modules for dealing with vector quantities.


Vectors~Vector

Contains the Vector class, which encodes vector quantities of any number of entries in linear algebra.

Kind: inner export of Vectors
See: Vector


Vectors~Vector2

Contains the Vector2 class, which encodes 2-vectors.

Kind: inner export of Vectors
See: Vector2


Vectors~Vector3

Contains the Vector3 class, which encodes 3-vectors.

Kind: inner export of Vectors
See: Vector3


Vectors~Vector4

Contains the Vector4 class, which encodes 4-vectors.

Kind: inner export of Vectors
See: Vector4