DAS  3.0
Das Analysis System
Private Namespace Reference

Classes

class  MirrorInfo
 

Functions

bool make_mirror (Coord2D &point, double Dlim)
 

Function Documentation

◆ make_mirror()

bool Private::make_mirror ( Coord2D point,
double  Dlim 
)
2293  {
2294  if (point.y < Dlim) {point.y += twopi; return true;}
2295  if (twopi-point.y < Dlim) {point.y -= twopi; return true;}
2296  return false;
2297  }
twopi
const double twopi
Definition: fjcore.hh:192
Coord2D::y
double y
Definition: fjcore.cc:677