#matrix #calculations #vector3 #matrix4

math3d

A simple rust library for computer-graphics matrix calculations

1 unstable release

Uses old Rust 2015

0.0.1 Jan 29, 2015

#9 in #vector3

MIT license

6KB
156 lines

math3d-rs

A simple rust library for computer-graphics matrix calculations, because I'm not smart and/or educated enough to understand the fancy generalized linear algebra libraries.

This library only has these types:

  • Matrix4
  • Vector3

It only supports operations on these types that I personally understand. If you make a pull request that adds more linear algebra, you have to teach me what it does before I'll merge it.

When in doubt, I copied the API and code from glm. This library follows the right hand rule, and all angles are in radians because degrees are for presentation, not math.

No runtime deps