Gael Guennebaud
|
e5b8a59cfa
|
Add smart cast functions and ctor with scalar conversion (explicit)
to all classes of the Geometry module. By smart I mean that if current
type == new type, then it returns a const reference to *this => zero overhead
|
2008-10-25 22:38:22 +00:00 |
|
Gael Guennebaud
|
0c5a09d93f
|
some cleaning and doc in ParametrizedLine and HyperPlane
Just a thought: what about ParamLine instead of the verbose ParametrizedLine ?
|
2008-10-25 00:08:52 +00:00 |
|
Gael Guennebaud
|
52406aecad
|
* Extend a bit ParametrizedLine and move it to a separate file,
add unit-tests for it.
* remove "using namespace std" in test/main.h such that the compilation
bug found today in SVD won't happen again.
|
2008-09-03 22:35:45 +00:00 |
|