mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-09-08 05:38:12 +08:00
Documentation - Fix whitespaces (#816)
- Standardized spacing in comment formatting (removing extra spaces after colons, between words) - Fixed one typo in a parameter name within a comment - Translated one French comment to English
This commit is contained in:
@@ -31,7 +31,7 @@ class GeomInt
|
||||
public:
|
||||
DEFINE_STANDARD_ALLOC
|
||||
|
||||
//! Adjusts the parameter <thePar> to the range [theParMin, theParMax]
|
||||
//! Adjusts the parameter <thePar> to the range [theParMin, theParMax]
|
||||
Standard_EXPORT static Standard_Boolean AdjustPeriodic(const Standard_Real thePar,
|
||||
const Standard_Real theParMin,
|
||||
const Standard_Real theParMax,
|
||||
|
||||
+1
-1
@@ -155,7 +155,7 @@ public:
|
||||
//! returns the result of the approximation.
|
||||
Standard_EXPORT const AppParCurves_MultiBSpCurve& SplineValue();
|
||||
|
||||
//! returns the type of parametrization
|
||||
//! returns the type of parametrization
|
||||
Standard_EXPORT Approx_ParametrizationType Parametrization() const;
|
||||
|
||||
//! returns the new parameters of the approximation
|
||||
|
||||
@@ -125,7 +125,7 @@ public:
|
||||
Standard_EXPORT void Perform(const GeomInt_TheMultiLineOfWLApprox& Line);
|
||||
|
||||
//! The approximation will begin with the
|
||||
//! set of parameters <ThePar>.
|
||||
//! set of parameters <ThePar>.
|
||||
Standard_EXPORT void SetParameters(const math_Vector& ThePar);
|
||||
|
||||
//! The approximation will be done with the
|
||||
|
||||
@@ -41,9 +41,9 @@ public:
|
||||
|
||||
//! The class SvSurfaces is used when the approximation algorithm
|
||||
//! needs some extra points on the line <line>.
|
||||
//! A New line is then created which shares the same surfaces and functions.
|
||||
//! A New line is then created which shares the same surfaces and functions.
|
||||
//! SvSurfaces is a deferred class which allows several implementations of
|
||||
//! this algorithm with different surfaces (bi-parametric ones, or
|
||||
//! this algorithm with different surfaces (bi-parametric ones, or
|
||||
//! implicit and biparametric ones)
|
||||
Standard_EXPORT GeomInt_TheMultiLineOfWLApprox(const Handle(IntPatch_WLine)& line,
|
||||
const Standard_Address PtrSvSurfaces,
|
||||
|
||||
Reference in New Issue
Block a user