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
BLCircle Struct Reference
Geometry API
Circle specified as [cx, cy, r] using
double
as a storage type.
Public Members
double
cx
double
cy
double
r
Member Functions
constexpr
BLCircle
(
const
BLCircle
&) = default
constexpr
BLCircle
(
double
cx,
double
cy,
double
r)
BLCircle
&
operator=
(
const
BLCircle
& other) = default
bool
operator==
(
const
BLCircle
& other)
const
bool
operator!=
(
const
BLCircle
& other)
const
void
reset
()
void
reset
(
const
BLCircle
& other)
void
reset
(
double
cxValue,
double
cyValue,
double
rValue)
bool
equals
(
const
BLCircle
& other)
const