]> OCCT Git - occt.git/commitdiff
0032653: Modeling Data - misprint in Geom2d_Conic.hxx api SetYAxis(const gp_Ax2d... IR-2022-06-17
authoraml <aml@opencascade.com>
Fri, 17 Jun 2022 06:20:51 +0000 (09:20 +0300)
committerafokin <afokin@opencascade.com>
Fri, 17 Jun 2022 16:28:07 +0000 (19:28 +0300)
Fix misprint.

src/Geom2d/Geom2d_Conic.hxx

index 869f1999436f34446c9c2fbe347021ccc7ce74aa..64d27c3f3b5c7fcdef13c7eaeb34f6c238f2f0ef 100644 (file)
@@ -60,7 +60,7 @@ public:
   //! of this conic is recomputed normal to theA, without
   //! changing the orientation of the local coordinate
   //! system (right-handed or left-handed).
-  void SetYAxis (const gp_Ax2d& theAY) { pos.SetXAxis(theAY); }
+  void SetYAxis (const gp_Ax2d& theAY) { pos.SetYAxis(theAY); }
   
   //! Modifies this conic, redefining its local coordinate
   //! system partially, by assigning theP as its origin.