Geom_Line::LastParameter() doesn't return RealLast()

Hello,

I'm using OCC 7.0.0. As the documentation states, Geom_Line::LastParameter() should return RealLast(). But instead, it returns Precision::infinity(), see the implementation :

Standard_Real Geom_Line::LastParameter () const { return Precision::Infinite(); }

Either the docs or the implementation should be changed I guess.

Thanks,

Have a nice day