Parametrisation
Parametrisation is the representation of a geometric object by using parameters. It is implemented as a map from a parameter domain into a space, assigning to each parameter value a point of the object. The parameters describe the object in a compact, constructive way and enable calculations such as distances, areas, and integrals.
Common examples include plane curves described by x = f(t), y = g(t); space curves given by r(t)
Reparametrisation means changing the parameter using a smooth invertible transformation. An arclength parametrisation uses the length
Regularity and singularities are important considerations. A parametrisation is regular when its partial derivatives span the
Parametrisations are contrasted with implicit representations and are foundational in calculus, geometry, and computer graphics. They