GEOMAPI_EXPORT
GeomAPI_Ax1();
- /** \brief Ñonstructor.
+ /** \brief Constructor.
* \param[in] theOrigin point of origin.
* \param[in] theDir direction of axis.
*/
GEOMAPI_EXPORT
GeomAPI_Ax2();
- /** \brief Ñonstructor.
+ /** \brief Constructor.
* \param[in] theOrigin point of origin.
* \param[in] theN direction of axis.
* \param[in] theVX x direction of axis.
std::shared_ptr<GeomAPI_Dir> theN,
std::shared_ptr<GeomAPI_Dir> theVX);
- /** \brief Ñonstructor.
+ /** \brief Constructor.
* \param[in] theOrigin point of origin.
* \param[in] theDir direction of axis.
*/