Brendan Zabarauskas
|
9491c4d93f
|
Add GLSL type aliases
|
2012-11-05 12:39:58 +10:00 |
|
Brendan Zabarauskas
|
59d4b33691
|
Remove superfluous type parameters
|
2012-11-05 11:58:08 +10:00 |
|
Brendan Zabarauskas
|
2790fda04e
|
Add from_value vector constructors
|
2012-11-05 10:05:16 +10:00 |
|
Brendan Zabarauskas
|
4e90754263
|
Reduce zero and one casts
|
2012-11-05 00:37:52 +10:00 |
|
Brendan Zabarauskas
|
9c03ef1ccb
|
Formatting
|
2012-11-05 00:35:52 +10:00 |
|
Brendan Zabarauskas
|
3dc5e26126
|
Add angle unit conversions
|
2012-11-04 18:11:32 +10:00 |
|
Brendan Zabarauskas
|
8a3a28481e
|
Add trig functions and methods
|
2012-11-04 16:59:42 +10:00 |
|
Brendan Zabarauskas
|
e96a1d007f
|
Remove transformation functions
|
2012-11-04 16:35:58 +10:00 |
|
Brendan Zabarauskas
|
b245244b7d
|
Add more matrix constructors and corresponding tests
|
2012-11-04 16:27:41 +10:00 |
|
Brendan Zabarauskas
|
f3183dd0f1
|
Reduce zero and one casts
|
2012-11-04 14:39:33 +10:00 |
|
Brendan Zabarauskas
|
a0cd3f77d8
|
Reduce zero and one casts, implement new constructors
|
2012-11-04 14:39:09 +10:00 |
|
Brendan Zabarauskas
|
2904be296e
|
Reduce casting of zero value
|
2012-11-04 14:28:17 +10:00 |
|
Brendan Zabarauskas
|
98091e0a2e
|
Add uuid
|
2012-11-02 13:59:51 +10:00 |
|
Brendan Zabarauskas
|
436d6b89b8
|
Add moves
|
2012-11-02 10:52:33 +10:00 |
|
Brendan Zabarauskas
|
30bfd9af5a
|
Rename cast methods to align with Rust's naming conventions
|
2012-11-02 10:47:34 +10:00 |
|
Brendan Zabarauskas
|
0689f2b217
|
Add Todo comments
|
2012-11-02 10:39:03 +10:00 |
|
Brendan Zabarauskas
|
5080853cbe
|
Reorganise modules
|
2012-11-02 10:10:27 +10:00 |
|
Brendan Zabarauskas
|
02e3c70d65
|
Move utility modules to src/common
|
2012-11-02 09:15:57 +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
|
c001329e14
|
Remove superfluous type bounds
|
2012-11-02 00:27:01 +10:00 |
|
Brendan Zabarauskas
|
5f307b1a26
|
Move values in matrix constructors
|
2012-11-02 00:19:43 +10:00 |
|
Brendan Zabarauskas
|
cfed77185a
|
Improve naming scheme in constructor parameters
|
2012-11-02 00:12:03 +10:00 |
|
Brendan Zabarauskas
|
12498701a1
|
Convert vector arrays to separate fields in matrix types
|
2012-11-02 00:06:12 +10:00 |
|
Brendan Zabarauskas
|
25de081805
|
Move values in constructors
|
2012-11-02 00:01:06 +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
|
35058611f3
|
Rename and move constructors
|
2012-11-01 17:41:42 +10:00 |
|
Brendan Zabarauskas
|
372d67f2c1
|
Implement MinMax for all numeric types
|
2012-11-01 16:17:38 +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
|
df921a105f
|
Update metadata attributes
|
2012-11-01 11:59:53 +10:00 |
|
Brendan Zabarauskas
|
34537324ae
|
Add Apache 2.0 License
|
2012-11-01 11:59:21 +10:00 |
|
Brendan Zabarauskas
|
bf6bf8b3e6
|
Make library generic
|
2012-11-01 11:34:38 +10:00 |
|
Brendan Zabarauskas
|
891736a2d7
|
improve method names
|
2012-10-30 14:35:02 +10:00 |
|
Brendan Zabarauskas
|
9563bd6be7
|
Remove unnecessary static methods
|
2012-10-30 14:23:35 +10:00 |
|
Brendan Zabarauskas
|
28a9265568
|
Add and implement ToPtr trait
|
2012-10-30 13:24:50 +10:00 |
|
Brendan Zabarauskas
|
819c092321
|
Change inline attributes to inline(always)
|
2012-10-30 12:55:20 +10:00 |
|
Brendan Zabarauskas
|
d8f669da75
|
Correct abs argument sigil
|
2012-10-30 12:46:10 +10:00 |
|
Brendan Zabarauskas
|
6f0b49aa0c
|
Move exact_eq to trait
|
2012-10-30 12:45:18 +10:00 |
|
Brendan Zabarauskas
|
cc053d449d
|
Add description
|
2012-10-30 12:35:39 +10:00 |
|
Brendan Zabarauskas
|
aac71ddc16
|
Add vector index operator performance test
|
2012-10-30 12:32:06 +10:00 |
|
Brendan Zabarauskas
|
c80b95da59
|
Moved constants to submodules
|
2012-10-30 00:11:27 +10:00 |
|
Brendan Zabarauskas
|
5d8319fff0
|
Fix collision of omath::vec and core::vec
|
2012-10-29 21:53:25 +10:00 |
|
Brendan Zabarauskas
|
9c3dbc2658
|
Improve Index trait implementation
|
2012-10-29 15:47:53 +10:00 |
|
Brendan Zabarauskas
|
e285c77238
|
Reorganise directories
|
2012-10-28 21:43:23 +10:00 |
|
Brendan Zabarauskas
|
c92771a2ae
|
Minor comments/formatting/imports cleanup
|
2012-10-28 17:32:23 +10:00 |
|
Brendan Zabarauskas
|
44ab57cb43
|
Implement Sqrt for more types
|
2012-10-28 17:00:49 +10:00 |
|
Brendan Zabarauskas
|
28a9a8250a
|
Move abs method to Abs trait implementations
|
2012-10-28 16:59:19 +10:00 |
|
Brendan Zabarauskas
|
11c7ee06fa
|
Implement Abs for i8 to i64
|
2012-10-28 16:57:41 +10:00 |
|
Brendan Zabarauskas
|
d0124e10c8
|
Correct static zero methods
|
2012-10-28 16:55:42 +10:00 |
|