Lines Matching refs:point
47 with the line through start and end point), this can be expressed
60 polygon and the given point within that polygon, and
65 The index of the polygon to start point retrieval with. This
73 The index of the first point in the first polygon to
118 /** Get a single point from the poly-polygon.
121 The index of the polygon where the point to be extract is
126 The index of the point in the polygon specified by
130 @returns the requested point.
141 /** Set a single point on the poly-polygon.<p>
150 @param point
151 The point to be set at the poly-polygon.
154 The index of the polygon to insert the point in. This index
158 The index of the point in the polygon specified by
165 …void setBezierSegment( [in] ::com::sun::star::geometry::RealBezierSegment2D point, [in] long nPoly…