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:
parent
2e0b684df3
commit
94748ad20e
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user