mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0033766: Documentation - Fix various typos found in codebase
This commit is contained in:
@@ -1026,7 +1026,7 @@ void BSplCLib::BoorScheme(const Standard_Real U,
|
||||
// They are alternatively written if the odd and even positions.
|
||||
//
|
||||
// The successives contents of the array are
|
||||
// ***** means unitialised, l = Degree + Length
|
||||
// ***** means uninitialised, l = Degree + Length
|
||||
//
|
||||
// P(0,0) ****** P(0,1) ...... P(0,l-1) ******** P(0,l)
|
||||
// P(0,0) P(1,0) P(0,1) ...... P(0,l-1) P(1,l-1) P(0,l)
|
||||
|
@@ -160,7 +160,7 @@ public:
|
||||
//!
|
||||
//! Warnings :Index is used as input data to initialize the
|
||||
//! searching function.
|
||||
//! Warning: Knots have to be "withe repetitions"
|
||||
//! Warning: Knots have to be "with repetitions"
|
||||
Standard_EXPORT static void LocateParameter (const Standard_Integer Degree, const TColStd_Array1OfReal& Knots, const TColStd_Array1OfInteger& Mults, const Standard_Real U, const Standard_Boolean IsPeriodic, const Standard_Integer FromK1, const Standard_Integer ToK2, Standard_Integer& KnotIndex, Standard_Real& NewU);
|
||||
|
||||
//! Locates the parametric value U in the knots
|
||||
@@ -571,7 +571,7 @@ public:
|
||||
//! knot : 1. 2.
|
||||
//! mult : 3 2
|
||||
//! @endcode
|
||||
//! The multipicity of the first knot may also be reduced if the sum is still to big.
|
||||
//! The multiplicity of the first knot may also be reduced if the sum is still too big.
|
||||
//!
|
||||
//! In the most common situations (periodic curve or curve with first
|
||||
//! and last multiplicities equals to Degree+1) the knots are knot changes.
|
||||
@@ -1176,13 +1176,13 @@ public:
|
||||
|
||||
//! Perform the evaluation of the Taylor expansion
|
||||
//! of the Bspline normalized between 0 and 1.
|
||||
//! If rational computes the homogeneous Taylor expension
|
||||
//! If rational computes the homogeneous Taylor expansion
|
||||
//! for the numerator and stores it in CachePoles
|
||||
Standard_EXPORT static void BuildCache (const Standard_Real U, const Standard_Real InverseOfSpanDomain, const Standard_Boolean PeriodicFlag, const Standard_Integer Degree, const TColStd_Array1OfReal& FlatKnots, const TColgp_Array1OfPnt& Poles, const TColStd_Array1OfReal* Weights, TColgp_Array1OfPnt& CachePoles, TColStd_Array1OfReal* CacheWeights);
|
||||
|
||||
//! Perform the evaluation of the Taylor expansion
|
||||
//! of the Bspline normalized between 0 and 1.
|
||||
//! If rational computes the homogeneous Taylor expension
|
||||
//! If rational computes the homogeneous Taylor expansion
|
||||
//! for the numerator and stores it in CachePoles
|
||||
Standard_EXPORT static void BuildCache (const Standard_Real U, const Standard_Real InverseOfSpanDomain, const Standard_Boolean PeriodicFlag, const Standard_Integer Degree, const TColStd_Array1OfReal& FlatKnots, const TColgp_Array1OfPnt2d& Poles, const TColStd_Array1OfReal* Weights, TColgp_Array1OfPnt2d& CachePoles, TColStd_Array1OfReal* CacheWeights);
|
||||
|
||||
|
Reference in New Issue
Block a user