Mir
Loading...
Searching...
No Matches
mir::geometry::Point Struct Reference

#include <point.h>

Public Member Functions

constexpr Point ()=default
constexpr Point (Point const &)=default
Pointoperator= (Point const &)=default
template<typename XType, typename YType>
constexpr Point (XType &&x, YType &&y)

Public Attributes

X x
Y y

Constructor & Destructor Documentation

◆ 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

Member Function Documentation

◆ operator=()

Point & mir::geometry::Point::operator= ( Point const & )
default

Member Data Documentation

◆ x

X mir::geometry::Point::x

◆ y

Y mir::geometry::Point::y

The documentation for this struct was generated from the following file:

Copyright © 2012-2026 Canonical Ltd.
Generated on Mon Mar 16 14:59:04 UTC 2026
This documentation is licensed under the GPL version 2 or 3.