freneticlib.representations.cartesian_representation¶
Module Contents¶
Classes¶
Helper class that provides a standard way to create an ABC using |
Functions¶
|
|
|
- class freneticlib.representations.cartesian_representation.CatmullRomRepresentation(control_nodes: int, variation: int = 0, max_angle=35, num_spline_nodes=20, seg_length=10)[source]¶
Bases:
freneticlib.representations.abstract_representation.RoadRepresentationHelper class that provides a standard way to create an ABC using inheritance.