KitePDF
Toggle table of contents
0.1.0
common
Platform filter
common
Switch theme
Search in API
KitePDF
kitepdf
/
io.github.yuroyami.kitepdf.render
/
PdfPath
/
Segment
/
CurveTo
Curve
To
data
class
CurveTo
(
val
x1
:
Double
,
val
y1
:
Double
,
val
x2
:
Double
,
val
y2
:
Double
,
val
x3
:
Double
,
val
y3
:
Double
)
:
PdfPath.Segment
Cubic Bézier — used by PDF content streams (operators
c
,
v
,
y
).
Members
Constructors
Curve
To
Link copied to clipboard
constructor
(
x1
:
Double
,
y1
:
Double
,
x2
:
Double
,
y2
:
Double
,
x3
:
Double
,
y3
:
Double
)
Properties
x1
Link copied to clipboard
val
x1
:
Double
x2
Link copied to clipboard
val
x2
:
Double
x3
Link copied to clipboard
val
x3
:
Double
y1
Link copied to clipboard
val
y1
:
Double
y2
Link copied to clipboard
val
y2
:
Double
y3
Link copied to clipboard
val
y3
:
Double