mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-07 18:30:55 +03:00
16 lines
409 B
Plaintext
Executable File
16 lines
409 B
Plaintext
Executable File
// File: Geom2dAPI_ProjectPointOnCurve.lxx
|
|
// Created: Wed Mar 23 15:21:27 1994
|
|
// Author: Bruno DUMORTIER
|
|
// <dub@fuegox>
|
|
|
|
|
|
//=======================================================================
|
|
//function : Extrema
|
|
//purpose :
|
|
//=======================================================================
|
|
|
|
inline const Extrema_ExtPC2d& Geom2dAPI_ProjectPointOnCurve::Extrema() const
|
|
{
|
|
return myExtPC;
|
|
}
|