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

Straight line in 2D space. More...

#include <JetVoronoiDiagramHelpers.h>

Collaboration diagram for 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]

Definition at line 84 of file JetVoronoiDiagramHelpers.h.

84: p0(x1, y1), p1(x2, y2) {}

◆ Segment() [2/2]

Definition at line 85 of file JetVoronoiDiagramHelpers.h.

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

Member Data Documentation

◆ p0

◆ p1


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