mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-22 04:37:23 +08:00
Integration of OCCT 6.5.0 from SVN
This commit is contained in:
15
src/Geom2dAPI/Geom2dAPI_ProjectPointOnCurve.lxx
Executable file
15
src/Geom2dAPI/Geom2dAPI_ProjectPointOnCurve.lxx
Executable file
@@ -0,0 +1,15 @@
|
||||
// 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;
|
||||
}
|
||||
Reference in New Issue
Block a user