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 |
|
Brendan Zabarauskas
|
035d9e751a
|
Implement operator overloads for Angle type
|
2012-11-26 03:43:48 +10:00 |
|
Brendan Zabarauskas
|
287fae7114
|
Add angle module
|
2012-11-26 02:26:01 +10:00 |
|
Brendan Zabarauskas
|
10f2b9b0b1
|
Remove generic type from pow method
|
2012-11-26 00:49:26 +10:00 |
|
Brendan Zabarauskas
|
b06c4c1459
|
Add smooth and smooth_step methods
|
2012-11-26 00:41:27 +10:00 |
|
Brendan Zabarauskas
|
89f5c6c3e7
|
Remove *_v methods
|
2012-11-26 00:08:35 +10:00 |
|
Brendan Zabarauskas
|
911eb6bbc1
|
Add dim, size_of, rows, and cols static methods to appropriate type aliases
|
2012-11-25 23:32:52 +10:00 |
|
Brendan Zabarauskas
|
b753d27ac8
|
Remove useless import
|
2012-11-25 22:21:27 +10:00 |
|
Brendan Zabarauskas
|
af2ca2be45
|
Add size_of static method
|
2012-11-25 22:05:47 +10:00 |
|
Brendan Zabarauskas
|
7ce41e6e9e
|
Add extent function unit tests
|
2012-11-25 21:27:49 +10:00 |
|
Brendan Zabarauskas
|
b6f6c37ce3
|
Add trait implementations for vector structs
|
2012-11-25 21:26:40 +10:00 |
|
Brendan Zabarauskas
|
167ca9a84d
|
Divide funs::common up into separate modules
|
2012-11-22 11:09:04 +10:00 |
|
Brendan Zabarauskas
|
c6a7018aec
|
Merge branch 'refs/heads/luqmana-master'
|
2012-11-22 10:46:47 +10:00 |
|
Brendan Zabarauskas
|
161860c7dc
|
Update deprecated addr_of calls to the newer to_unsafe_ptr
|
2012-11-22 10:39:47 +10:00 |
|
Brendan Zabarauskas
|
bb63eb39b5
|
Fix capitalization of matrix conversion methods
|
2012-11-22 10:39:47 +10:00 |
|
Luqman Aden
|
ad27c97d76
|
Added standard inner (dot) product for matricies.
|
2012-11-21 18:24:43 -05:00 |
|
Luqman Aden
|
a4c2bacc46
|
Added trace function.
|
2012-11-21 17:49:11 -05:00 |
|
Brendan Zabarauskas
|
457ab80623
|
Merge pull request #4 from luqmana/master
Doing transpose twice is equivalent to not doing it at all.
|
2012-11-21 13:15:43 -08:00 |
|
Luqman Aden
|
118fcdf7e3
|
Doing transpose twice is equivalent to not doing it at all.
|
2012-11-21 16:03:33 -05:00 |
|
Brendan Zabarauskas
|
0c21294a53
|
Add from_value matrix constructor wrappers
|
2012-11-22 06:59:37 +10:00 |
|
Brendan Zabarauskas
|
1e0d410eb6
|
Minor comment update
|
2012-11-22 06:58:42 +10:00 |
|
Brendan Zabarauskas
|
3874cccde8
|
Further refine the organisation of the matrix traits
|
2012-11-21 18:35:26 +10:00 |
|
Brendan Zabarauskas
|
e2013002b5
|
Rename NumericMatrix_NxN to NumericMatrixNxN
|
2012-11-21 18:08:08 +10:00 |
|
Brendan Zabarauskas
|
e892f4db37
|
Add from_value gltype vector tests
|
2012-11-21 15:15:55 +10:00 |
|
Brendan Zabarauskas
|
85444f1980
|
Add example to gltypes module comment. Simplify other comments in gltypes module
|
2012-11-21 15:07:57 +10:00 |
|
Brendan Zabarauskas
|
e13732f2ec
|
Add description to gltypes module
|
2012-11-21 14:52:16 +10:00 |
|
Brendan Zabarauskas
|
6472eac775
|
Add unit tests for gltypes module
|
2012-11-21 14:33:20 +10:00 |
|
Brendan Zabarauskas
|
473dbfb3a2
|
Comment formatting
|
2012-11-21 14:08:36 +10:00 |
|
Brendan Zabarauskas
|
2463a3244c
|
Change quaternion type from four scalars (wxyz), to a scalar and vec3 (sv)
|
2012-11-21 14:01:21 +10:00 |
|
Brendan Zabarauskas
|
8a9668c39c
|
Change quaternion constructors to static methods
|
2012-11-21 11:56:39 +10:00 |
|