Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 205 Bytes

readme.md

File metadata and controls

8 lines (6 loc) · 205 Bytes

Vector

A tiny c vector library

Features:

  • vectors with four components: x, y, z, w
  • vector operations are implemented as macros
  • works with GNU c extension statment and declaration in expressions