roo_display
API Documentation for roo_display
Loading...
Searching...
No Matches
point.h
Go to the documentation of this file.
1
#pragma once
2
3
namespace
roo_display
{
4
5
/// Integer point.
6
struct
Point
{
7
int16_t
x
;
8
int16_t
y
;
9
};
10
11
/// Floating-point point.
12
struct
FpPoint
{
13
float
x
;
14
float
y
;
15
};
16
17
}
// namespace roo_display
roo_display
Defines 140 opaque HTML named colors.
Definition
roo_display.cpp:7
roo_display::BlendOp
Definition
blending.h:200
roo_display::FpPoint
Floating-point point.
Definition
point.h:12
roo_display::FpPoint::x
float x
Definition
point.h:13
roo_display::FpPoint::y
float y
Definition
point.h:14
roo_display::Point
Integer point.
Definition
point.h:6
roo_display::Point::y
int16_t y
Definition
point.h:8
roo_display::Point::x
int16_t x
Definition
point.h:7
temp_repos
roo_display
src
roo_display
shape
point.h
Generated by
1.9.8