mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-16 10:08:36 +03:00
16 lines
403 B
Plaintext
Executable File
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;
|
|
}
|