mirror of https://github.com/CGAL/cgal
removed 'CGAL_..._cast' macros.
This commit is contained in:
parent
f24624781e
commit
eb02b2ea3a
|
|
@ -16,7 +16,7 @@
|
|||
@usepackage{a4wide2}
|
||||
@usepackage{amssymb}
|
||||
@usepackage{path}
|
||||
@usepackage{cc_manual}
|
||||
@usepackage{cc_manual,cc_manual_index}
|
||||
@article
|
||||
|
||||
\input{cprog.sty}
|
||||
|
|
@ -1657,7 +1657,7 @@ it is declared \ccc{friend}.
|
|||
dao.get( q, qx, qy);
|
||||
dao.get( r, rx, ry);
|
||||
|
||||
return( CGAL_static_cast( CGAL::Orientation,
|
||||
return( static_cast< CGAL::Orientation>(
|
||||
CGAL::sign( ( px-rx) * ( qy-ry) - ( py-ry) * ( qx-rx))));
|
||||
}
|
||||
@end
|
||||
|
|
@ -2006,7 +2006,7 @@ it is declared \ccc{friend}.
|
|||
dao.get( q, qhx, qhy, qhw);
|
||||
dao.get( r, rhx, rhy, rhw);
|
||||
|
||||
return( CGAL_static_cast( CGAL::Orientation,
|
||||
return( static_cast< CGAL::Orientation>(
|
||||
CGAL::sign( ( phx*rhw - rhx*phw) * ( qhy*rhw - rhy*qhw)
|
||||
- ( phy*rhw - rhy*phw) * ( qhx*rhw - rhx*qhw))));
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
@usepackage{a4wide2}
|
||||
@usepackage{amssymb}
|
||||
@usepackage{path}
|
||||
@usepackage{cc_manual}
|
||||
@usepackage{cc_manual,cc_manual_index}
|
||||
@article
|
||||
|
||||
\input{cprog.sty}
|
||||
|
|
@ -1777,7 +1777,7 @@ it is declared \ccc{friend}.
|
|||
dao.get( q, qx, qy);
|
||||
dao.get( r, rx, ry);
|
||||
|
||||
return( CGAL_static_cast( CGAL::Orientation,
|
||||
return( static_cast< CGAL::Orientation>(
|
||||
CGAL::sign( ( px-rx) * ( qy-ry) - ( py-ry) * ( qx-rx))));
|
||||
}
|
||||
@end
|
||||
|
|
@ -2176,7 +2176,7 @@ it is declared \ccc{friend}.
|
|||
dao.get( q, qhx, qhy, qhw);
|
||||
dao.get( r, rhx, rhy, rhw);
|
||||
|
||||
return( CGAL_static_cast( CGAL::Orientation,
|
||||
return( static_cast< CGAL::Orientation>(
|
||||
CGAL::sign( ( phx*rhw - rhx*phw) * ( qhy*rhw - rhy*qhw)
|
||||
- ( phy*rhw - rhy*phw) * ( qhx*rhw - rhx*qhw))));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue