internal class describing a "segment" (between two x points) More...
Public Member Functions | |
float | deriv (float x) const |
float | eval (float x) const |
float | integral (float x) const |
Public Attributes | |
float | area |
float | coeffs [4] |
internal class describing a "segment" (between two x points)
float PhysicsTools::Spline::Segment::deriv | ( | float | x | ) | const |
Definition at line 32 of file Spline.cc.
References coeffs, edmIntegrityCheck::d, and tmp.
Referenced by PhysicsTools::Spline::deriv().
float PhysicsTools::Spline::Segment::eval | ( | float | x | ) | const |
float PhysicsTools::Spline::Segment::integral | ( | float | x | ) | const |
float PhysicsTools::Spline::Segment::area |
Definition at line 58 of file Spline.h.
Referenced by integral(), and PhysicsTools::Spline::set().
float PhysicsTools::Spline::Segment::coeffs[4] |
Definition at line 57 of file Spline.h.
Referenced by deriv(), eval(), integral(), and PhysicsTools::Spline::set().