sisl / AutomotiveDrivingModels.jl

Driving simulation architecture for Julia
Other
63 stars 29 forks source link

Replace functions named `get_` #74

Open MaximeBouton opened 4 years ago

MaximeBouton commented 4 years ago

A lot of functions are named get_..., I think we could remove the get in most of the cases to match julia style guides.

Examples: get_lane -> lane get_center -> center (arguable, center is a bit too general, we might want to change it to centerpoint) get_rear -> rear (or rearpoint) get_frenet_realative_position -> frenet_relative_position ...