mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0031939: Coding - correction of spelling errors in comments [part 10]
Fix various typos via codespell.
This commit is contained in:
@@ -50,7 +50,7 @@ public:
|
||||
|
||||
|
||||
//! Creates an axis object representing Z axis of
|
||||
//! the reference co-ordinate system.
|
||||
//! the reference coordinate system.
|
||||
gp_Ax1();
|
||||
|
||||
|
||||
|
@@ -58,7 +58,7 @@ public:
|
||||
|
||||
|
||||
//! Creates an object representing the reference
|
||||
//! co-ordinate system (OXY).
|
||||
//! coordinate system (OXY).
|
||||
gp_Ax22d();
|
||||
|
||||
|
||||
|
@@ -56,7 +56,7 @@ public:
|
||||
|
||||
|
||||
//! Creates an axis object representing X axis of
|
||||
//! the reference co-ordinate system.
|
||||
//! the reference coordinate system.
|
||||
gp_Ax2d();
|
||||
|
||||
|
||||
|
@@ -24,11 +24,11 @@
|
||||
//!
|
||||
//! The name of the enumeration
|
||||
//! corresponds to order of rotations, prefixed by type
|
||||
//! of co-ordinate system used:
|
||||
//! of coordinate system used:
|
||||
//! - Intrinsic: rotations are made around axes of rotating
|
||||
//! co-ordinate system associated with the object
|
||||
//! coordinate system associated with the object
|
||||
//! - Extrinsic: rotations are made around axes of fixed
|
||||
//! (static) co-ordinate system
|
||||
//! (static) coordinate system
|
||||
//!
|
||||
//! Two specific values are provided for most frequently used
|
||||
//! conventions: classic Euler angles (intrinsic ZXZ) and
|
||||
|
Reference in New Issue
Block a user