Lines Matching refs:of

9  * with the License.  You may obtain a copy of the License at
44 This poly-polygon can contain polygons consisting of a mixture of
46 special case of a cubic bezier curve (control points collinear
48 uniformly with a sequence of <type>RealBezierSegment2D</type>s.<p>
57 /** Query subset of this poly-polygon.<p>
59 Query subset of this poly-polygon, starting at the given
61 containing the specified number of polygons and points in the
65 The index of the polygon to start point retrieval with. This
69 The number of polygons to extract. This value must not exceed
73 The index of the first point in the first polygon to
74 extract. This value must not exceed the number of points in
78 The number of points to extract from the last polygon. This
79 value must not exceed the number of points in this last
82 @returns the sequence of extracted points.
85 if one of the given values exceed the permissible range.
92 /** Set the specified sequence of bezier segments to the poly-polygon.
98 The index of the polygon to start segment insertion with. This
111 if one of the given values exceed the permissible range.
121 The index of the polygon where the point to be extract is
126 The index of the point in the polygon specified by
128 exceed the number of points in this polygon minus one.
133 if one of the given values exceed the permissible range.
143 The remaining points of the poly-polygon will not be changed by
154 The index of the polygon to insert the point in. This index
158 The index of the point in the polygon specified by
160 exceed the number of points in this polygon.
163 if one of the given values exceed the permissible range.