#include <point.h>
|
| constexpr | Point ()=default |
| constexpr | Point (Point const &)=default |
| Point & | operator= (Point const &)=default |
| template<typename XType, typename YType> |
| constexpr | Point (XType &&x, YType &&y) |
◆ Point() [1/3]
| mir::geometry::Point::Point |
( |
| ) |
|
|
constexprdefault |
◆ Point() [2/3]
| mir::geometry::Point::Point |
( |
Point const & | | ) |
|
|
constexprdefault |
◆ Point() [3/3]
template<typename XType, typename YType>
| mir::geometry::Point::Point |
( |
XType && | x, |
|
|
YType && | y ) |
|
inlineconstexpr |
◆ operator=()
| Point & mir::geometry::Point::operator= |
( |
Point const & | | ) |
|
|
default |
| X mir::geometry::Point::x |
| Y mir::geometry::Point::y |
The documentation for this struct was generated from the following file:
Copyright © 2012-2026
Canonical Ltd.
Generated on Sun Mar 15 06:10:58 UTC 2026
This documentation is licensed under the GPL version 2 or 3.