Module core

Source
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 implements ParametricFunction2D
Rotate
The rotation around centre by angle (in “turns”) of a thing that implements ParametricFunction2D
RotateTranslate
Combination of Rotate and Translate
Scale
T
The parametric value t
Translate
The translation by by of a thing that implements ParametricFunction2D

Traits§

ParametricFunction1D
1D parametric function trait
ParametricFunction2D
2D parametric function trait

Type Aliases§

Point
Point type from Euclid