INTEGRATION: CWS aw017 (1.8.34); FILE MERGED
2004/07/29 14:04:29 aw 1.8.34.1: #i25616#
This commit is contained in:
parent
010851e3b0
commit
157010b96e
1 changed files with 5 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: b2dpolypolygontools.hxx,v $
|
||||
*
|
||||
* $Revision: 1.8 $
|
||||
* $Revision: 1.9 $
|
||||
*
|
||||
* last change: $Author: thb $ $Date: 2004-02-16 17:03:06 $
|
||||
* last change: $Author: hr $ $Date: 2004-08-03 13:29:58 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -116,7 +116,9 @@ namespace basegfx
|
|||
|
||||
// Apply Line Dashing. This cuts every contained PolyPolygon into line pieces
|
||||
// which are inserted as single polygons into the result.
|
||||
::basegfx::B2DPolyPolygon applyLineDashing(const ::basegfx::B2DPolyPolygon& rCandidate, const ::std::vector<double>& raDashDotArray, double fFullDashDotLen);
|
||||
// If fFullDashDotLen is not given it will be calculated from the given
|
||||
// raDashDotArray.
|
||||
::basegfx::B2DPolyPolygon applyLineDashing(const ::basegfx::B2DPolyPolygon& rCandidate, const ::std::vector<double>& raDashDotArray, double fFullDashDotLen = 0.0);
|
||||
|
||||
// test if point is inside epsilon-range around the given PolyPolygon. Can be used
|
||||
// for HitTesting. The epsilon-range is defined to be the tube around the PolyPolygon
|
||||
|
|
Loading…
Reference in a new issue