Logo ROOT   6.16/01
Reference Guide
RPadUserAxis.cxx
Go to the documentation of this file.
1/// \file RPadUserAxis.cxx
2/// \ingroup Gpad ROOT7
3/// \author Axel Naumann <axel@cern.ch>
4/// \date 2017-08-14
5/// \warning This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback
6/// is welcome!
7
9
10// pin vtable
12{
13}
14
17{
18 return (usercoord.fVal - GetBegin()) / GetSensibleDenominator();
19}
RPadLength::Normal ToNormal(const RPadLength::User &usercoord) const override
Convert user coordinates to normal coordinates.
A normalized coordinate: 0 in the left, bottom corner, 1 in the top, right corner of the RPad.
Definition: RPadLength.hxx:77
A user coordinate, as defined by the EUserCoordSystem parameter of the RPad.
Definition: RPadLength.hxx:92