1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00

0032653: Modeling Data - misprint in Geom2d_Conic.hxx api SetYAxis(const gp_Ax2d& theAY)

Fix misprint.
This commit is contained in:
aml 2022-06-17 09:20:51 +03:00 committed by afokin
parent 2e0b684df3
commit 94748ad20e

View 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.