Blender Git Commit Log
Git Commits -> Revision 25fc47a
Revision 25fc47a by Campbell Barton (master) September 29, 2008, 02:16 (GMT) |
tests for 2d triangle and quad intersection would only work if the points were ordered clockwise. now return 1 for clockwise, -1 for counter-clockwise and 0 for no intersection. |
Commit Details:
Full Hash: 25fc47aaf2a7898b81eb4617a1cd877832d675c2
SVN Revision: 16805
Parent Commit: f001e58
Lines Changed: +65, -25