Andreas Fabri

Results 94 comments of Andreas Fabri

I would suggest to close this as it makes no sense to support laptops from 2008 for just a draw function.

@sloriot the coref plugin which fails in the CI compiles fine with VC++

Hi @GilesBathgate. I would like to better understand your use case. Are affine transformations something important? When do you apply them. Just after loading a polyhedron? Or you create N...

Note that with translation and scaling the split planes stay parallel to the xy xz, yz planes.

I just vtuned an affine transformation, and more specifically a translation ` Aff_transformation_3 translate(CGAL::Translation(), Vector_3(0.1, 0.2, 0.3));` The thing is that [here ](https://github.com/CGAL/cgal/blob/master/Nef_3/include/CGAL/Nef_polyhedron_3.h#L1696 )the linear part of the matrix is...

The question is, if for a translation you generate a 4x3 matrix, or if you generate a transformation with the tag that makes that it only stores the translation vector.

Hi @GilesBathgate, is this PR still of interest or does #5617 solve the problem or sketch an alternative approach?