Blend2D
BETA
2D Vector Graphics Engine
About
Roadmap
Performance
Docs
Research
Support
Download
{Fiddle}
Topics
Getting Started
Build Instructions
Multithreaded Rendering
API Reference
Index
Class List
Geometry
Imaging
Styling
Fonts & Text
Rendering Context
Runtime
Filesystem
Impl API
Macros
Globals
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
x,
double
y)
bool
equals
(
const
BLPoint
& other)
const