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 |
float PhysicsTools::Spline::Segment::eval | ( | float | x | ) | const |
float PhysicsTools::Spline::Segment::integral | ( | float | x | ) | const |
Definition at line 42 of file Spline.cc.
References PhysicsTools::Spline::area, and tmp.
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().