Skip to content
Snippets Groups Projects

WIP: ACTS-365 Add DiscPolygonBounds

Closed Paul Gessinger requested to merge ACTS-365-DiscPolygonBounds into master

Adds a PolygonBounds and DiscPolygonBounds object. The latter is the intersection between a disk segment (rMin, rMax, phiMin, phiMax, phiShift) and a polygon

Closes ACTS-365

Edited by Paul Gessinger

Merge request reports

Pipeline #225846 failed

Pipeline failed for 8d36c5c4 on ACTS-365-DiscPolygonBounds

Approval is optional

Closed by Paul GessingerPaul Gessinger 6 years ago (Jul 19, 2018 11:14am UTC)

Merge details

  • The changes were not merged into .

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
1 // This file is part of the ACTS project.
2 //
3 // Copyright (C) 2016 ACTS project team
  • 10 // PolygonBounds.h, ACTS project
    11 ///////////////////////////////////////////////////////////////////
    12
    13 #ifndef ACTS_SURFACES_POLYGONBOUNDS_H
    14 #define ACTS_SURFACES_POLYGONBOUNDS_H 1
    15
    16 #include <cmath>
    17
    18 #include "ACTS/Surfaces/PlanarBounds.hpp"
    19 #include "ACTS/Surfaces/RectangleBounds.hpp"
    20 #include "ACTS/Utilities/Definitions.hpp"
    21 #include "ACTS/Utilities/ParameterDefinitions.hpp"
    22
    23 namespace Acts {
    24
    25 /// @class PolygonBounds
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Please register or sign in to reply
    Loading