fix further warnings in libarea

This commit is contained in:
wmayer
2016-06-16 11:12:12 +02:00
parent 05884492ef
commit ef55b7ceef
3 changed files with 685 additions and 685 deletions

View File

@@ -598,7 +598,7 @@ namespace geoff_geometry {
void Plane::Mirrored(Matrix* tmMirrored) {
// calculates a mirror transformation that mirrors 2d about plane
Point3d p1 = this->Near(Point3d(0.,0.,0.));
//Point3d p1 = this->Near(Point3d(0.,0.,0.));
if(tmMirrored->m_unit == false) tmMirrored->Unit();
double nx = this->normal.getx();