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