Skip to content

Simple linear algebra library intended to be used for graphics

Notifications You must be signed in to change notification settings

MFelida/ft_linalg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ft_linalg

ft_linalg is a lightweight linear algebra library implemented in C, designed for simple transformations and projections in graphics programming.

Features

  • Vector and matrix operations using union-based structures
  • Support for 2D, 3D, and 4D vectors
  • Support for 2x2, 3x3, and 4x4 matrices
  • Basic vector operations (addition, dot product, cross product, normalization)
  • Basic matrix operations (multiplication, transpose, inverse)
  • Simple transformation functions (translation, rotation, scaling)
  • Projection matrix creation (orthographic, perspective)

Data Structures

About

Simple linear algebra library intended to be used for graphics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published