mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0033762: Documentation - Fix various typos found in codebase
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
|
||||
#include <stdio.h>
|
||||
//------------------------------------------------------------------------------------------------------------------
|
||||
// Returns 1 if C is above of CMin; 0 if C is bitween CMin and CMax; -1 if C is Below CMax
|
||||
// Returns 1 if C is above of CMin; 0 if C is between CMin and CMax; -1 if C is Below CMax
|
||||
//-----------------------------------------------------------------------------------------------------------------
|
||||
static Standard_Integer AboveInBelowCone(const gp_Circ &CMax, const gp_Circ &CMin, const gp_Circ &C)
|
||||
{
|
||||
|
@@ -40,7 +40,7 @@ public:
|
||||
DEFINE_STANDARD_ALLOC
|
||||
|
||||
|
||||
//! Draws the presenation of the full angle of a cone.
|
||||
//! Draws the presentation of the full angle of a cone.
|
||||
//! VminCircle - a circle at V parameter = Vmin
|
||||
//! VmaxCircle - a circle at V parameter = Vmax
|
||||
//! aCircle - a circle at V parameter from projection of aPosition to axis of the cone
|
||||
|
@@ -55,7 +55,7 @@ void DsgPrs_EqualRadiusPresentation::Add( const Handle( Prs3d_Presentation )& aP
|
||||
DsgPrs::ComputeSymbol( aPresentation, LA, FirstCenter, FirstPoint, FirstDir.Reversed(), FirstDir, DsgPrs_AS_FIRSTPT_LASTAR );
|
||||
DsgPrs::ComputeSymbol( aPresentation, LA, SecondCenter, SecondPoint, SecondDir.Reversed(), SecondDir, DsgPrs_AS_FIRSTPT_LASTAR );
|
||||
|
||||
//ota === beging ===
|
||||
//ota === begin ===
|
||||
gp_Pnt Middle( (FirstCenter.XYZ() + SecondCenter.XYZ()) *0.5 ), aTextPos;
|
||||
Standard_Real SmallDist;
|
||||
//Mark of constraint
|
||||
|
Reference in New Issue
Block a user