Efficient batch evaluator for 2D hyperbola grid points.
More...
#include <Geom2dGridEval_Hyperbola.hxx>
Efficient batch evaluator for 2D hyperbola grid points.
Uses analytical formula: P(u) = Center + MajorRadius * cosh(u) * XDir + MinorRadius * sinh(u) * YDir
Usage:
Efficient batch evaluator for 2D hyperbola grid points.
Definition Geom2dGridEval_Hyperbola.hxx:34
STL input iterator that wraps an OCCT More()/Next() iterator.
Definition NCollection_ForwardRange.hxx:142
◆ Geom2dGridEval_Hyperbola() [1/3]
Constructor with geometry.
- Parameters
-
| theHyperbola | the 2D hyperbola geometry to evaluate |
◆ Geom2dGridEval_Hyperbola() [2/3]
Non-copyable and non-movable.
◆ Geom2dGridEval_Hyperbola() [3/3]
◆ EvaluateGrid()
Evaluate all grid points.
- Parameters
-
| theParams | array of parameter values |
- Returns
- array of evaluated points (1-based indexing), or empty array if geometry is null or no parameters
◆ EvaluateGridD1()
Evaluate all grid points with first derivative.
- Parameters
-
| theParams | array of parameter values |
- Returns
- array of CurveD1 (1-based indexing)
◆ EvaluateGridD2()
Evaluate all grid points with first and second derivatives.
- Parameters
-
| theParams | array of parameter values |
- Returns
- array of CurveD2 (1-based indexing)
◆ EvaluateGridD3()
Evaluate all grid points with first, second, and third derivatives.
- Parameters
-
| theParams | array of parameter values |
- Returns
- array of CurveD3 (1-based indexing)
◆ EvaluateGridDN()
Evaluate Nth derivative at all grid points. Hyperbola has cyclic derivatives with period 2: D1 = MajR * sinh(u) * X + MinR * cosh(u) * Y D2 = MajR * cosh(u) * X + MinR * sinh(u) * Y = D0 D3 = D1, D4 = D0, etc.
- Parameters
-
| theParams | array of parameter values |
| theN | derivative order (N >= 1) |
- Returns
- array of derivative vectors (1-based indexing)
◆ Geometry()
Returns the geometry handle.
◆ operator=() [1/2]
◆ operator=() [2/2]
The documentation for this class was generated from the following file: