|
| class | Base |
| | Abstract base descriptor for 2D curve evaluation representation. Holds the representation handle and a Kind tag for switch-based dispatch. More...
|
| |
| class | DerivBounded |
| | Derivative-bounded descriptor: full domain, identity map, limited to MaxDerivOrder. More...
|
| |
| struct | Domain1d |
| | 1D parameter domain interval. More...
|
| |
| class | Full |
| | Fully equivalent descriptor: no derivative limit, no domain, no map. Fastest evaluation path - direct delegation to Representation. More...
|
| |
| struct | Map1d |
| | 1D affine parameter map: uRep = Scale * u + Offset. More...
|
| |
| class | Mapped |
| | Mapped descriptor for 2D curve evaluation representation. Adds optional bounded domain and affine parameter map. More...
|
| |