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 34 of file Spline.cc.
References ztail::d, createJobs::tmp, and x.
Referenced by PhysicsTools::Spline::deriv().
float PhysicsTools::Spline::Segment::eval | ( | float | x | ) | const |
Definition at line 21 of file Spline.cc.
References coeffs, createJobs::tmp, and x.
Referenced by PhysicsTools::Spline::eval().
float PhysicsTools::Spline::Segment::integral | ( | float | x | ) | const |
Definition at line 45 of file Spline.cc.
References PhysicsTools::Spline::area, createJobs::tmp, and x.
Referenced by PhysicsTools::Spline::set().
float PhysicsTools::Spline::Segment::area |
Definition at line 58 of file Spline.h.
Referenced by PhysicsTools::Spline::set().
float PhysicsTools::Spline::Segment::coeffs[4] |
Definition at line 57 of file Spline.h.
Referenced by eval(), and PhysicsTools::Spline::set().