Expand description
Core structs and traits
Structs§
- Concat
- The concatenation of multiple things that implement
ParametricFunction2D - Repeat
- The repetition
ntimes of a thing that implementsParametricFunction2D - Rotate
- The rotation around
centrebyangle(in “turns”) of a thing that implementsParametricFunction2D - Rotate
Translate - Combination of
RotateandTranslate - Scale
- T
- The parametric value t
- Translate
- The translation by
byof a thing that implementsParametricFunction2D
Traits§
- Parametric
Function1D - 1D parametric function trait
- Parametric
Function2D - 2D parametric function trait
Type Aliases§
- Point
- Point type from Euclid