mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-09-04 03:38:01 +08:00
Documentation - Fix whitespace and typos (#772)
- Corrected spelling errors (e.g., "aera" → "area", "nithing" → "nothing") - Normalized excessive whitespace in comments for better readability - Standardized comment formatting while preserving technical content
This commit is contained in:
@@ -102,12 +102,12 @@ public:
|
||||
//! order of derivation N.
|
||||
static gp_Vec2d DN(const Adaptor2d_Curve2d& C, const Standard_Real U, const Standard_Integer N);
|
||||
|
||||
//! Returns the parametric resolution corresponding
|
||||
//! Returns the parametric resolution corresponding
|
||||
//! to the real space resolution <R3d>.
|
||||
static Standard_Real Resolution(const Adaptor2d_Curve2d& C, const Standard_Real R3d);
|
||||
|
||||
//! Returns the type of the curve in the current
|
||||
//! interval : Line, Circle, Ellipse, Hyperbola,
|
||||
//! Returns the type of the curve in the current
|
||||
//! interval : Line, Circle, Ellipse, Hyperbola,
|
||||
//! Parabola, BezierCurve, BSplineCurve, OtherCurve.
|
||||
static GeomAbs_CurveType GetType(const Adaptor2d_Curve2d& C);
|
||||
|
||||
|
||||
@@ -46,7 +46,7 @@ public:
|
||||
Standard_EXPORT Extrema_ECC2d(const Adaptor2d_Curve2d& C1, const Adaptor2d_Curve2d& C2);
|
||||
|
||||
//! Calculates all the distances as above
|
||||
//! between Uinf and Usup for C1 and between Vinf and Vsup
|
||||
//! between Uinf and Usup for C1 and between Vinf and Vsup
|
||||
//! for C2.
|
||||
Standard_EXPORT Extrema_ECC2d(const Adaptor2d_Curve2d& C1,
|
||||
const Adaptor2d_Curve2d& C2,
|
||||
|
||||
Reference in New Issue
Block a user