0022312: Translation of french commentaries in OCCT files
[occt.git] / src / GC / GC_MakeConicalSurface.cxx
index 0b07cdf..a4efe58 100755 (executable)
@@ -42,10 +42,10 @@ GC_MakeConicalSurface::GC_MakeConicalSurface(const gp_Cone& , //C,
 }
 
 //=========================================================================
-//   Creation d un cone par quatre points.                                +
-//   les deux premiers donnent l axe.                                     +
-//   le troisieme donne le rayon de la base.                              +
-//   le troisieme et le quatrieme le demi angle.                          +
+//   Creation of a cone by four points.                                +
+//   two first give the axis.                                     +
+//   the third gives the base radius.                              +
+//   the third and the fourth the half-angle.                          +
 //=========================================================================
 
 GC_MakeConicalSurface::GC_MakeConicalSurface(const gp_Pnt& P1 ,