mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-08-24 11:25:49 +08:00
Documentation - Fix whitespaces (#816)
- Standardized spacing in comment formatting (removing extra spaces after colons, between words) - Fixed one typo in a parameter name within a comment - Translated one French comment to English
This commit is contained in:
@@ -86,12 +86,12 @@ public:
|
||||
|
||||
//! returns the values <F> of the T2 derivatives for
|
||||
//! the parameter Param .
|
||||
//! returns the values <D> of the TX derivatives for
|
||||
//! returns the values <D> of the TX derivatives for
|
||||
//! the parameter Param .
|
||||
//! returns Boolean is static;
|
||||
//! returns the values <T> of the X2 derivatives for
|
||||
//! returns Boolean is static;
|
||||
//! returns the values <T> of the X2 derivatives for
|
||||
//! the parameter Param .
|
||||
//! returns Boolean is static;
|
||||
//! returns Boolean is static;
|
||||
Standard_EXPORT Standard_Boolean Deriv2T(const gp_XYZ& DCentre,
|
||||
const gp_XYZ& DDir,
|
||||
math_Vector& DFDT,
|
||||
|
||||
Reference in New Issue
Block a user