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