LArSoft
v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
|
2D point (x, y) (by default, with double precision) More...
#include "SimpleGeo.h"
Public Types | |
using | Data_t = Data |
Public Member Functions | |
Point2D ()=default | |
Point2D (Data_t x, Data_t y) | |
Point2D (Data_t const *p) | |
Public Attributes | |
Data_t | x = 0. |
Data_t | y = 0. |
2D point (x, y) (by default, with double precision)
Definition at line 52 of file SimpleGeo.h.
using lar::util::simple_geo::Point2D< Data >::Data_t = Data |
Definition at line 53 of file SimpleGeo.h.
|
default |
|
inline |
Definition at line 58 of file SimpleGeo.h.
|
inline |
Definition at line 59 of file SimpleGeo.h.
Data_t lar::util::simple_geo::Point2D< Data >::x = 0. |
Definition at line 54 of file SimpleGeo.h.
Referenced by lar::util::simple_geo::operator!=(), lar::util::simple_geo::operator*(), lar::util::simple_geo::operator+(), lar::util::simple_geo::operator/(), lar::util::simple_geo::operator<<(), and lar::util::simple_geo::operator==().
Data_t lar::util::simple_geo::Point2D< Data >::y = 0. |
Definition at line 55 of file SimpleGeo.h.
Referenced by lar::util::simple_geo::Area< Point >::Area(), lar::util::simple_geo::Area< Point >::IncludePoint(), lar::util::simple_geo::Area< Point >::Intersect(), lar::util::simple_geo::operator!=(), lar::util::simple_geo::operator*(), lar::util::simple_geo::operator+(), lar::util::simple_geo::operator/(), and lar::util::simple_geo::operator==().