Commit graph

47 commits

Author SHA1 Message Date
Dan Palmer
b0e07332b4 Fix typo and wording in README
"paramerise" -> "parameterize", and "more than useful" -> "more than enough" (which is better wording in the context I think).
2016-05-02 23:45:29 +01:00
Mark Hintz
a37bc49882 Add note about column-vector convention
This is something which I think every vector math library should have, as it clears
up the convention for newcomers and saves them the trouble of figuring that out for themselves.
2016-04-10 08:28:34 +02:00
AnthIste
b0fc6f0acb Fix Travis and License URLs in README.md 2015-12-24 17:43:58 +02:00
AnthIste
36151b1795 Update GitHub links from cgmath-rs to cgmath 2015-12-23 21:03:49 +02:00
Brendan Zabarauskas
943a92e691 Remove collision types and traits from the library
Closes #244
2015-11-01 13:42:58 +11:00
Brendan Zabarauskas
f5d087df46 Use correct branch for travis badge 2015-10-04 11:19:16 +11:00
Brendan Zabarauskas
eccb01921c Update shields and add readme location to Cargo.toml 2015-10-02 15:32:18 +10:00
Brendan Zabarauskas
fde34bde39 Update cargo and readme links, and add crates.io badge 2015-09-20 15:42:10 +10:00
Eduard Bopp
c5b65ea93d Update README.md to reflect item name changes
There were some outdated names presented in the readme. Fixes #128.
2014-10-23 10:30:33 +02:00
Prajwal Manjunath
3eb711e243 Fix documentation link 2014-07-19 11:16:01 -07:00
Brendan Zabarauskas
936c8f630f Fix travis/rust-ci 2014-07-13 22:38:01 -07:00
Brendan Zabarauskas
f068af7717 Remove obsolete compilation instructions 2014-02-14 07:29:24 +11:00
Brendan Zabarauskas
0d31e49a82 Re-document build instructions in README and shorten limitations section 2014-01-27 17:17:32 +11:00
Dzmitry Malyshau
1789f26ea1 look_at() implemented as a part of Transform trait 2014-01-25 17:26:06 -05:00
kvark
2fdf34cd18 New ApproxEq replaced the one in std 2014-01-08 19:26:50 -05:00
Brendan Zabarauskas
bec13c10dd Add build status icon to README 2013-11-03 15:11:18 +11:00
Brendan Zabarauskas
6380bb538d Add support details 2013-09-21 18:09:15 +10:00
Brendan Zabarauskas
c56577a889 Update Readme 2013-09-20 16:45:51 +10:00
Brendan Zabarauskas
1242b015d7 Update README 2013-09-17 19:02:28 +10:00
Brendan Zabarauskas
19aaf5c916 Update README with more information 2013-09-03 15:13:10 +10:00
Brendan Zabarauskas
75988e45d2 Update directory structure to rustpkg conventions 2013-08-27 21:13:29 +10:00
Brendan Zabarauskas
3673c4db6d Overhaul library, rename to cgmath
Moved the old source code temporarily to src-old. This will be removed once the functionality has been transferred over into the new system.

The new design is based on algebraic principles. Thanks goes to sebcrozet and his nalgebra library for providing the inspiration for the algebraic traits: https://github.com/sebcrozet/nalgebra
2013-08-26 15:08:25 +10:00
Brendan Zabarauskas
6cfb244b41 Merge vector and matrix source files 2013-06-16 18:03:14 +10:00
Brendan Zabarauskas
0cb3314bf8 Use the new core::num traits and remove numeric dependency 2013-05-06 13:52:22 +10:00
Brendan Zabarauskas
64ab171dc3 Update README 2013-04-01 07:57:02 +11:00
Brendan Zabarauskas
9e46931ecc Readme edits 2012-12-19 23:13:01 +10:00
Brendan Zabarauskas
9cc6fa5b30 Update Readme 2012-12-16 15:27:19 +10:00
Brendan Zabarauskas
ff336f0791 Switch to using numeric-rs for numeric type traits 2012-12-16 15:05:04 +10:00
Brendan Zabarauskas
f9778adf17 Document future intentions regarding the cast function. 2012-12-04 14:56:06 +10:00
Brendan Zabarauskas
7b3ae88c57 Use num::ext traits to simplify trait bounds 2012-12-03 11:10:14 +10:00
Brendan Zabarauskas
0c4b2868d8 Explain current issues with trait bounds 2012-11-12 14:07:50 +10:00
Luqman Aden
e904f91105 Determinant is only defined for square matricies. 2012-11-07 22:04:11 -05:00
Brendan Zabarauskas
34add64ffd Fix strikethroughs 2012-11-08 12:14:50 +10:00
Brendan Zabarauskas
2d4dda8168 Update todo list 2012-11-08 12:09:25 +10:00
Brendan Zabarauskas
aa304bedae Rename library to lmath
Yes, I still can't decide! I think this will be the last time though.
2012-11-02 09:14:07 +10:00
Brendan Zabarauskas
c453c9bfea Rename project to lm-rs
Yes, I think this a little more sensible… :)
2012-11-01 23:08:40 +10:00
Brendan Zabarauskas
17617643e7 Remove llama
(didn't look too good with github's markdown)
2012-11-01 16:03:46 +10:00
Brendan Zabarauskas
dacc710fea Add ascii llama 2012-11-01 16:02:00 +10:00
Brendan Zabarauskas
afb8bcec4b Change name of library to 'llama' 2012-11-01 15:58:36 +10:00
Brendan Zabarauskas
fda5fcecc3 More readme edits
Decided to cut that rambling thing about D vs Rust - it's not really relevant.
2012-09-09 00:11:25 +10:00
Brendan Zabarauskas
346cf73b07 Update readme 2012-09-08 20:13:01 +10:00
Brendan Zabarauskas
cbc3bcea33 Update readme 2012-09-08 16:08:52 +10:00
Brendan Zabarauskas
f5b46e2459 Fix circular imports and subsequent build errors 2012-09-08 00:17:26 +10:00
Brendan Zabarauskas
0e8dab2cd0 Fix grammar in readme 2012-09-07 21:39:38 +10:00
Brendan Zabarauskas
6237733603 Update todo list 2012-09-07 21:10:39 +10:00
Brendan Zabarauskas
8a94717d3b Add todo list to readme 2012-09-07 21:09:19 +10:00
Brendan Zabarauskas
aed74ae3c9 initial commit 2012-09-07 20:48:47 +10:00