Commit graph

11 commits

Author SHA1 Message Date
Brendan Zabarauskas
290861f952 Add conversions from points to homogenous coordinates 2013-07-11 15:14:32 +10:00
Brendan Zabarauskas
de649c3b50 Add a bit of documentation to the point module 2013-07-11 14:59:18 +10:00
Brendan Zabarauskas
50747703cf Method rejiggering. Add origin method. 2013-07-11 14:49:14 +10:00
Brendan Zabarauskas
659226b15e Add more methods to Point trait and implement operator overloads 2013-07-11 12:19:29 +10:00
Brendan Zabarauskas
aedf317af1 Add rotate method to Point trait, remove from_vec function and move impl directly on types 2013-07-11 11:45:21 +10:00
Brendan Zabarauskas
f5d96ab398 Create transform module, move frustum module, add a little documentation 2013-07-11 11:11:43 +10:00
Brendan Zabarauskas
1188cba878 Fix build error 2013-07-10 20:14:11 +10:00
Brendan Zabarauskas
5c3197a7fc Rename Plane to Plane3 for consistency with other types 2013-07-09 16:43:33 +10:00
Brendan Zabarauskas
a5d4fc1ed4 Make point into standalone struct as opposed to a newtype struct 2013-07-08 18:17:36 +10:00
Brendan Zabarauskas
5b5d1f38b3 Add octree and quadtree mods (not yet implemented) 2013-07-08 17:48:11 +10:00
Brendan Zabarauskas
c0a5b29af1 Move files into submodules 2013-07-08 17:02:04 +10:00