-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
repo_token: WcsY9jsU97Zt0ZIbGHJftGkC8DsD16FVl |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
Cirno's Perfect Math Library | ||
==== | ||
|
||
[](https://travis-ci.org/excessive/cpml) | ||
[](https://coveralls.io/github/excessive/cpml?branch=master) | ||
|
||
Various useful bits of game math. 3D line intersections, ray casting, vectors, matrices, quaternions, etc. | ||
|
||
Intended to be used with LuaJIT and LÖVE (this is the backbone of LÖVE3D). | ||
|
||
Online documentation can be found [here](http://excessive.github.io/cpml/) or you can generate them yourself using `ldoc -c doc/config.ld -o index .` | ||
|
||
[](https://travis-ci.org/excessive/cpml) |