ATLAS Offline Software
Loading...
Searching...
No Matches
JetVoronoiDiagramHelpers::Segment Class Reference

Straight line in 2D space. More...

#include <JetVoronoiDiagramHelpers.h>

Collaboration diagram for JetVoronoiDiagramHelpers::Segment:

Public Member Functions

 Segment (coord x1, coord y1, coord x2, coord y2)
 Segment (Point a, Point b)

Public Attributes

Point p0
Point p1

Detailed Description

Straight line in 2D space.

Consisted of two points.

Definition at line 83 of file JetVoronoiDiagramHelpers.h.

Constructor & Destructor Documentation

◆ Segment() [1/2]

JetVoronoiDiagramHelpers::Segment::Segment ( coord x1,
coord y1,
coord x2,
coord y2 )
inline

◆ Segment() [2/2]

JetVoronoiDiagramHelpers::Segment::Segment ( Point a,
Point b )
inline

Definition at line 85 of file JetVoronoiDiagramHelpers.h.

85: p0(a), p1(b) {}
static Double_t a

Member Data Documentation

◆ p0

Point JetVoronoiDiagramHelpers::Segment::p0

Definition at line 87 of file JetVoronoiDiagramHelpers.h.

◆ p1

Point JetVoronoiDiagramHelpers::Segment::p1

Definition at line 88 of file JetVoronoiDiagramHelpers.h.


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