Blend2D
2D Vector Graphics Engine
About
Roadmap
Performance
Docs
Research
Support
Download
{Fiddle}
Topics
Getting Started
Build Instructions
Multithreaded Rendering
API Reference
Index
Class List
Global API
Geometry API
Imaging API
Styling API
Text API
Rendering Context
Runtime API
Filesystem API
Impl API
Macros
C API
Object Model
BLArc Struct Reference
Geometry API
Arc specified as [cx, cy, rx, ry, start, sweep] using
double
as a storage type.
Public Members
double
cx
double
cy
double
rx
double
ry
double
start
double
sweep
Member Functions
constexpr
BLArc
(
const
BLArc
&) = default
constexpr
BLArc
(
double
cx,
double
cy,
double
rx,
double
ry,
double
start,
double
sweep)
BLArc
&
operator=
(
const
BLArc
& other) = default
bool
operator==
(
const
BLArc
& other)
const
bool
operator!=
(
const
BLArc
& other)
const
void
reset
()
void
reset
(
const
BLArc
& other)
void
reset
(
double
cxValue,
double
cyValue,
double
rxValue,
double
ryValue,
double
startValue,
double
sweepValue)
bool
equals
(
const
BLArc
& other)
const