mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-13 14:27:08 +03:00
0031939: Coding - correction of spelling errors in comments [part 3]
Fix various typos Fixed via `codespell v2.1.dev0`
This commit is contained in:
@@ -359,7 +359,7 @@ Handle(GeomFill_TrihedronLaw) GeomFill_CorrectedFrenet::Copy() const
|
||||
}
|
||||
default :
|
||||
{
|
||||
// We have to search singulaties
|
||||
// We have to search singularities
|
||||
isFrenet = Standard_True;
|
||||
Init();
|
||||
}
|
||||
@@ -653,7 +653,7 @@ Standard_Real GeomFill_CorrectedFrenet::GetAngleAT(const Standard_Real Param) co
|
||||
};
|
||||
if(HArrPoles->Value(iC) == Param || Param == HArrPoles->Value(iC+1)) return TLaw->Value(Param);
|
||||
};
|
||||
// Calculate differenciation between apporoximated and local values of AngleAT
|
||||
// Calculate differentiation between approximated and local values of AngleAT
|
||||
Standard_Real AngP = TLaw->Value(Param), AngPo = HArrAngle->Value(iC), dAng = AngP - AngPo;
|
||||
gp_Vec Tangent, Normal, BN;
|
||||
frenet->D0(Param, Tangent, Normal, BN);
|
||||
|
Reference in New Issue
Block a user