RealBezierSegment2D.idl (96af39f7) RealBezierSegment2D.idl (361c8c00)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 22 unchanged lines hidden (view full) ---

31 The data is stored real-valued. The last point of the segment is
32 taken from the first point of the following segment, and thus not
33 included herein. That is, when forming a polygon out of cubic
34 Bezier segments, each two consecutive RealBezierSegment2D
35 define the actual curve, with the very last segment providing only
36 the end point of the last curve, and the remaining members
37 ignored.<p>
38
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 22 unchanged lines hidden (view full) ---

31 The data is stored real-valued. The last point of the segment is
32 taken from the first point of the following segment, and thus not
33 included herein. That is, when forming a polygon out of cubic
34 Bezier segments, each two consecutive RealBezierSegment2D
35 define the actual curve, with the very last segment providing only
36 the end point of the last curve, and the remaining members
37 ignored.<p>
38
39 @see com.sun.star.rendering.XBezierPolyPolygon2D
39 @see com::sun::star::rendering::XBezierPolyPolygon2D
40 @since OpenOffice 2.0
41 */
42published struct RealBezierSegment2D
43{
44 /// The x coordinate of the start point.
45 double Px;
46 /// The y coordinate of the start point.
47 double Py;

--- 16 unchanged lines hidden ---
40 @since OpenOffice 2.0
41 */
42published struct RealBezierSegment2D
43{
44 /// The x coordinate of the start point.
45 double Px;
46 /// The y coordinate of the start point.
47 double Py;

--- 16 unchanged lines hidden ---