为什么内核对象缺少复合赋值运算符?

时间:2013-05-17 04:00:06

标签: cgal

使用CGAL内核对象,我可以Vector + Vector,但不能Vector += VectorPoint + Vector相同,但不是Point += Vector,等等。这有什么好的理由,还是只是丢失了?

CGAL kernel和一些算法需要数字类型的复合运算符,因此它看起来有点不一致和不对称。

0 个答案:

没有答案