1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-16 10:08:36 +03:00
occt/src/GeomAPI/GeomAPI_ProjectPointOnCurve.lxx
2012-03-05 19:23:40 +04:00

16 lines
403 B
Plaintext
Executable File

// File: GeomAPI_ProjectPointOnCurve.lxx
// Created: Thu Mar 17 15:19:55 1994
// Author: Bruno DUMORTIER
// <dub@fuegox>
//=======================================================================
//function : Extrema
//purpose :
//=======================================================================
inline const Extrema_ExtPC& GeomAPI_ProjectPointOnCurve::Extrema() const
{
return myExtPC;
}