LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
2D point (x, y) (by default, with double precision) More...
#include "geo_vectors_utils.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 41 of file geo_vectors_utils.h.
using lar::util::simple_geo::Point2D< Data >::Data_t = Data |
Definition at line 51 of file SimpleGeo.h.
|
default |
|
inline |
Definition at line 56 of file SimpleGeo.h.
|
inline |
Definition at line 57 of file SimpleGeo.h.
Data_t lar::util::simple_geo::Point2D< Data >::x = 0. |
Definition at line 52 of file SimpleGeo.h.
Data_t lar::util::simple_geo::Point2D< Data >::y = 0. |
Definition at line 53 of file SimpleGeo.h.
Referenced by lar::util::simple_geo::Area< Point >::Area(), lar::util::simple_geo::Area< Point >::IncludePoint(), and lar::util::simple_geo::Area< Point >::Intersect().