Brendan Zabarauskas
|
0adbbd478b
|
Implement explicit self for DefaultEq trait
|
2012-12-01 15:05:11 +10:00 |
|
Brendan Zabarauskas
|
1d4825e005
|
Move to_ptr method into new ToPtr trait
|
2012-12-01 14:55:45 +10:00 |
|
Brendan Zabarauskas
|
2ad204a424
|
Add missing trait bounds
|
2012-12-01 14:19:37 +10:00 |
|
Brendan Zabarauskas
|
10f8570441
|
Divide up trait implementations
|
2012-12-01 14:19:21 +10:00 |
|
Brendan Zabarauskas
|
7316fa4397
|
Make NumCast trait public
|
2012-12-01 13:40:16 +10:00 |
|
Luqman Aden
|
e837ab52f3
|
Explicitly specify paths in crate.
|
2012-11-30 19:17:30 -05:00 |
|
Brendan Zabarauskas
|
6c4ead0990
|
Add color type aliases
|
2012-11-30 22:47:40 +10:00 |
|
Brendan Zabarauskas
|
390240ba03
|
Add color module
|
2012-11-30 22:46:44 +10:00 |
|
Brendan Zabarauskas
|
7d559c09e2
|
Add opposite method
|
2012-11-30 22:28:58 +10:00 |
|
Brendan Zabarauskas
|
f352cd68b4
|
Make projection functions public (woops!)
|
2012-11-30 15:15:11 +10:00 |
|
Brendan Zabarauskas
|
03a1c4581d
|
Improve channel conversions
|
2012-11-30 15:12:38 +10:00 |
|
Brendan Zabarauskas
|
6d3620c9d7
|
Implement explicit self in trait methods
|
2012-11-30 13:13:20 +10:00 |
|
Brendan Zabarauskas
|
ea074faef5
|
Merge MinMax and Clamp traits together to form Extent trait
|
2012-11-29 22:19:42 +10:00 |
|
Brendan Zabarauskas
|
2e1e6ca0a0
|
Use == instead of default_eq
|
2012-11-29 21:30:40 +10:00 |
|
Brendan Zabarauskas
|
126c5f4501
|
Improve constant names
|
2012-11-29 18:29:08 +10:00 |
|
Brendan Zabarauskas
|
9b05325a31
|
Implement ToStr for angle types
|
2012-11-29 16:31:14 +10:00 |
|
Brendan Zabarauskas
|
eeaf6cb3c1
|
Change fovy parameter to accept a generic angle
|
2012-11-29 15:59:45 +10:00 |
|
Brendan Zabarauskas
|
93d228f2f9
|
Remove apparently unnecessary Copy bounds
|
2012-11-29 15:49:43 +10:00 |
|
Brendan Zabarauskas
|
60388118d2
|
Implement common functions for angle types
|
2012-11-29 15:39:55 +10:00 |
|
Brendan Zabarauskas
|
8e7ae0d4ae
|
Remove enum unwrapping
|
2012-11-29 13:50:15 +10:00 |
|
Brendan Zabarauskas
|
f44d2aa540
|
Use == instead of default_eq
|
2012-11-29 13:49:57 +10:00 |
|
Brendan Zabarauskas
|
49d055a3dc
|
Update operator overloads to use explicit self
|
2012-11-29 13:14:42 +10:00 |
|
Brendan Zabarauskas
|
64761478dd
|
Formatting
|
2012-11-29 11:17:36 +10:00 |
|
Brendan Zabarauskas
|
26a22e0cc7
|
Implement wrap method
|
2012-11-29 11:16:28 +10:00 |
|
Brendan Zabarauskas
|
4ea08253a7
|
Remove is_col_major and is_square methods
|
2012-11-29 08:49:31 +10:00 |
|
Brendan Zabarauskas
|
ba132fc2a8
|
Set functions to inline
|
2012-11-28 18:01:33 +10:00 |
|
Brendan Zabarauskas
|
9b1e984564
|
Add channel module
|
2012-11-28 17:50:26 +10:00 |
|
Brendan Zabarauskas
|
22a0ad4093
|
Remove TypeConsts trait
|
2012-11-28 14:18:29 +10:00 |
|
Brendan Zabarauskas
|
e6ca5297dc
|
Add skeleton tests with TODO comments
|
2012-11-27 12:40:05 +10:00 |
|
Brendan Zabarauskas
|
953301c38f
|
Add skeleton wrap method
|
2012-11-27 12:36:34 +10:00 |
|
Brendan Zabarauskas
|
e274d884b9
|
Add inline attributes
|
2012-11-27 12:35:53 +10:00 |
|
Brendan Zabarauskas
|
ca40caee81
|
Separate operator overload implementations
|
2012-11-27 12:35:29 +10:00 |
|
Brendan Zabarauskas
|
d7d1c786fb
|
Add angle constants
|
2012-11-27 12:34:15 +10:00 |
|
Brendan Zabarauskas
|
4600d80ce3
|
Add GLSL aliases for Angle, Rotation and Euler types
|
2012-11-27 09:55:51 +10:00 |
|
Brendan Zabarauskas
|
f7008b8f3b
|
Implement inverse trigonometry functions for vector types
|
2012-11-27 09:54:09 +10:00 |
|
Brendan Zabarauskas
|
2cb00d8c0e
|
Add Rotation constructor, reorganise feilds
|
2012-11-27 09:48:01 +10:00 |
|
Brendan Zabarauskas
|
44fa552950
|
Update comment documentation
|
2012-11-26 22:45:55 +10:00 |
|
Brendan Zabarauskas
|
a59a701efa
|
Formatting
|
2012-11-26 17:31:26 +10:00 |
|
Brendan Zabarauskas
|
c3071b6260
|
Move axial rotation conversions to angle module
|
2012-11-26 17:31:02 +10:00 |
|
Brendan Zabarauskas
|
11b5b12d0a
|
Reorganise funs module to mirror chapter 8 of the GLSL spec
|
2012-11-26 16:48:46 +10:00 |
|
Brendan Zabarauskas
|
7bc7565f56
|
Implement Eq and Ord on angle types
|
2012-11-26 16:23:34 +10:00 |
|
Brendan Zabarauskas
|
c3e43b9b9b
|
Fix operator overloads
|
2012-11-26 16:04:32 +10:00 |
|
Brendan Zabarauskas
|
13fef22fc9
|
Update module comment and organisation
|
2012-11-26 16:03:35 +10:00 |
|
Brendan Zabarauskas
|
57d24153f1
|
Add rhs module
|
2012-11-26 14:52:44 +10:00 |
|
Brendan Zabarauskas
|
512b024350
|
Remove returns
|
2012-11-26 11:52:48 +10:00 |
|
Brendan Zabarauskas
|
e004fa8edd
|
Add degrees and radians tests
|
2012-11-26 11:22:49 +10:00 |
|
Brendan Zabarauskas
|
5ebc44bdb1
|
Add abs and sign tests
|
2012-11-26 10:45:31 +10:00 |
|
Brendan Zabarauskas
|
351c0f91ff
|
Implement Trig and Hyp for vector types
|
2012-11-26 05:37:12 +10:00 |
|
Brendan Zabarauskas
|
5393e9a1f6
|
Divide Angle enum into separate Radians and Degrees types
|
2012-11-26 04:28:41 +10:00 |
|
Brendan Zabarauskas
|
eda42604b7
|
Use Angle type with triganomic functions
|
2012-11-26 03:44:24 +10:00 |
|