from_json#
- classmethod HermiteSpline.from_json(path)#
Constructs a spline from a json file that was saved using
splinebox.spline_curves.Spline.to_json().Parameters#
- pathstr or pathlib.Path
Path to the json file.
Constructs a spline from a json file that was saved using
splinebox.spline_curves.Spline.to_json().
Path to the json file.