This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "spatial".
The branch, task_3432355 has been updated
via 8f392f2868a1fe1889b9a908c9e50758f595c62b (commit)
from 2994b1c653d3ef82826439700135db96422c2649 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 8f392f2868a1fe1889b9a908c9e50758f595c62b
Author: Sylvain Bougerel <syl...@gm...>
Date: Sun Nov 18 22:23:29 2012 +0800
Added some enable_if magic to the geometry calculation. Optimized the code a
tiny bit, made it more targetted to primitive types. Isolated mathematical
operations into one single file.
-----------------------------------------------------------------------
Summary of changes:
src/bits/spatial_check_concept.hpp | 50 ++++
src/bits/spatial_exceptions.hpp | 144 +---------
src/bits/spatial_geometry.hpp | 519 +++++++---------------------------
src/bits/spatial_math.hpp | 379 +++++++++++++++++++++++++
tests/bits/spatial_test_geometry.hpp | 29 ++-
5 files changed, 568 insertions(+), 553 deletions(-)
create mode 100644 src/bits/spatial_check_concept.hpp
create mode 100644 src/bits/spatial_math.hpp
hooks/post-receive
--
spatial
|