IntegerBezierSegment2D.idl (96af39f7) | IntegerBezierSegment2D.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 integer-valued. The last point of the segment 32 is taken from the first point of the following segment, and thus 33 not included herein. That is, when forming a polygon out of cubic 34 Bezier segments, each two consecutive IntegerBezierSegment2Ds 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 integer-valued. The last point of the segment 32 is taken from the first point of the following segment, and thus 33 not included herein. That is, when forming a polygon out of cubic 34 Bezier segments, each two consecutive IntegerBezierSegment2Ds 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 */ 42struct IntegerBezierSegment2D 43{ 44 /// The x coordinate of the start point. 45 long Px; 46 /// The y coordinate of the start point. 47 long Py; --- 16 unchanged lines hidden --- | 40 @since OpenOffice 2.0 41 */ 42struct IntegerBezierSegment2D 43{ 44 /// The x coordinate of the start point. 45 long Px; 46 /// The y coordinate of the start point. 47 long Py; --- 16 unchanged lines hidden --- |