libcamera v0.0.0+3240-f2a18172-dirty (2021-12-21T19:23:13+00:00)
Supporting cameras in Linux since 2019
|
Data structures related to geometric objects. More...
#include <algorithm>
#include <string>
#include <libcamera/compiler.h>
Go to the source code of this file.
Classes | |
class | libcamera::Point |
Describe a point in two-dimensional space. More... | |
struct | libcamera::Size |
Describe a two-dimensional size. More... | |
struct | libcamera::SizeRange |
Describe a range of sizes. More... | |
struct | libcamera::Rectangle |
Describe a rectangle's position and dimensions. More... | |
Namespaces | |
namespace | libcamera |
Top-level libcamera namespace. | |
Functions | |
bool | libcamera::operator== (const Point &lhs, const Point &rhs) |
Compare points for equality. More... | |
bool | libcamera::operator== (const Size &lhs, const Size &rhs) |
Compare sizes for equality. More... | |
bool | libcamera::operator< (const Size &lhs, const Size &rhs) |
Compare sizes for smaller than order. More... | |
bool | libcamera::operator== (const SizeRange &lhs, const SizeRange &rhs) |
Compare size ranges for equality. More... | |
bool | libcamera::operator== (const Rectangle &lhs, const Rectangle &rhs) |
Compare rectangles for equality. More... | |
Data structures related to geometric objects.