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
BLPoint Struct Reference
Geometry API
Point specified as [x, y] using
double
as a storage type.
Public Members
double
x
double
y
Member Functions
constexpr
BLPoint
(
const
BLPoint
&) = default
constexpr
BLPoint
(
const
BLPointI
& other)
constexpr
BLPoint
(
double
x,
double
y)
BLPoint
&
operator=
(
const
BLPoint
& other) = default
bool
operator==
(
const
BLPoint
& other)
const
bool
operator!=
(
const
BLPoint
& other)
const
void
reset
()
void
reset
(
const
BLPoint
& other)
void
reset
(
double
xValue,
double
yValue)
bool
equals
(
const
BLPoint
& other)
const