UNPKG

@fimbul-works/vec

Version:

A comprehensive TypeScript vector math library providing 2D, 3D, and 4D vector operations with a focus on performance and type safety.

14 lines (11 loc) 624 B
# @fimbul-works/vec ## Modules | Module | Description | | ------ | ------ | | [ArrayVector2D](ArrayVector2D.md) | Documentation for functional 2D Vector array operations. | | [ArrayVector3D](ArrayVector3D.md) | Documentation for functional 3D Vector array operations. | | [ArrayVector4D](ArrayVector4D.md) | Documentation for functional 4D Vector array operations. | | [Slerp](Slerp.md) | Documentation for spherical linear interpolation functions. | | [Vec2](Vec2.md) | Documentation for 2D Vector class. | | [Vec3](Vec3.md) | Documentation for 3D Vector class. | | [Vec4](Vec4.md) | Documentation for 4D Vector class. |