mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-10 09:30:48 +08:00
- Created BSplCLib_CurveComputation.pxx with template implementations for 2D/3D curve computation methods - Updated BSplCLib_1.cxx to use explicit template instantiation for 2D types (gp_Pnt2d, gp_Vec2d, TColgp_Array1OfPnt2d) - Updated BSplCLib_3.cxx to use explicit template instantiation for 3D types (gp_Pnt, gp_Vec, TColgp_Array1OfPnt) - Removed deprecated BSplCLib_CurveComputation.gxx file