Documentation - Fix whitespaces (#809)

- Corrected spelling errors in comments (e.g., "od" to "of", "thr" to "the")
- Removed unnecessary `<br>` HTML tags from comment formatting
- Normalized whitespace in comments for consistency
- Fixed terminology (e.g., "3-d" to "3D")
This commit is contained in:
luzpaz
2025-11-08 09:11:10 -05:00
committed by GitHub
parent 98a4809dee
commit 7ef4b0f2a6
126 changed files with 653 additions and 663 deletions

View File

@@ -315,7 +315,7 @@ public:
Standard_EXPORT void Ancestors(Graphic3d_MapOfStructure& SG) const;
//! If Atype is TOC_DESCENDANT then add <AStructure>
//! as a child structure of <me>.
//! as a child structure of <me>.
//! If Atype is TOC_ANCESTOR then add <AStructure>
//! as a parent structure of <me>.
//! The connection propagates Display, Highlight, Erase,

View File

@@ -58,8 +58,8 @@ public:
//! Defines the texture projection plane for both S and T texture coordinate
//! default is NOTP_XY meaning:
//! <1.0, 0.0, 0.0, 0.0> for S
//! and <0.0, 1.0, 0.0, 0.0> for T
//! <1.0, 0.0, 0.0, 0.0> for S and
//! <0.0, 1.0, 0.0, 0.0> for T
Standard_EXPORT void SetPlane(const Graphic3d_NameOfTexturePlane thePlane);
//! Defines the texture scale for the S texture coordinate
@@ -103,13 +103,13 @@ public:
Standard_ShortReal& C,
Standard_ShortReal& D) const;
//! Returns the current texture plane T equation
//! Returns the current texture plane T equation
Standard_EXPORT void PlaneT(Standard_ShortReal& A,
Standard_ShortReal& B,
Standard_ShortReal& C,
Standard_ShortReal& D) const;
//! Returns the current texture S translation value
//! Returns the current texture S translation value
Standard_EXPORT void TranslateS(Standard_ShortReal& theVal) const;
//! Returns the current texture T translation value

View File

@@ -18,7 +18,7 @@
#define _Graphic3d_TypeOfAnswer_HeaderFile
//! The answer of the method AcceptDisplay
//! AcceptDisplay means is it possible to display the
//! AcceptDisplay means is it possible to display the
//! specified structure in the specified view ?
//! TOA_YES yes
//! TOA_NO no