Skip to content
This repository has been archived by the owner on Oct 7, 2023. It is now read-only.

marinight/linalg-haxe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DISCONTINUED - Do not use linalg!

linalg

A cozy linear algebra library for Haxe.

Features

  • Vectors and Matrices can be operated on using mathematical and comparison operators
  • Vectors and Matrices are abstracts over the Vector data structure, giving more speed and less space
  • Typedefs inspired by GLSL data structure naming to give you a familiar feel

Notes

  • Vector-vector multiplication using the * operator does component-wise multiplication (v1.x * v2.x, v1.y * v2.y), cross and dot product has to be done using the functions cross and dot respectively.

Special Thanks

About

A cozy linear algebra library for Haxe.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages