mirror of https://github.com/CGAL/cgal
Identity is not a scaling
This commit is contained in:
parent
c7e4eaca7e
commit
b55cef9043
|
|
@ -220,12 +220,6 @@ public:
|
||||||
is_even() const
|
is_even() const
|
||||||
{ return true; }
|
{ return true; }
|
||||||
|
|
||||||
virtual bool
|
|
||||||
is_scaling() const
|
|
||||||
{
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
virtual RT
|
virtual RT
|
||||||
homogeneous(int i, int j) const
|
homogeneous(int i, int j) const
|
||||||
{ return (i==j) ? RT(1) : RT(0); }
|
{ return (i==j) ? RT(1) : RT(0); }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue