Blend2D
2D Vector Graphics Engine
About
Roadmap
Performance
Docs
Blog
Research
Support
Download
{Fiddle}
API Reference
Index
Class List
Globals
Containers
Geometries
Imaging
Styling
Text
Rendering
Runtime
Filesystem
Miscellaneous
Impl API
Macros
C API
Object Model
Topics
Getting Started
Build Instructions
Multithreaded Rendering
Index
⭢
Geometries
⭢
BLPoint
BLPoint Struct Reference
Point specified as [x, y] using
double
as a storage type.
Public Members
double
x
double
y
Member Functions
constexpr
BLPoint
(
const
BLPoint
&)
noexcept
= default
constexpr
BLPoint
(
const
BLPointI
& other)
noexcept
constexpr
BLPoint
(
double
x,
double
y)
noexcept
BLPoint
&
operator=
(
const
BLPoint
& other)
noexcept
= default
bool
operator==
(
const
BLPoint
& other)
const
noexcept
bool
operator!=
(
const
BLPoint
& other)
const
noexcept
void
reset
()
noexcept
void
reset
(
const
BLPoint
& other)
noexcept
void
reset
(
double
xValue,
double
yValue)
noexcept
bool
equals
(
const
BLPoint
& other)
const
noexcept