bezier package¶
Helper for Bézier Curves, Triangles, and Higher Order Objects.
Intended to perform basic operations on Bézier objects such as intersections, length/area/etc. computations, subdivision, implicitization and other relevant information.
Plotting utilities are also provided.
-
bezier.get_include()¶ Get the directory with
.hheader files.Extension modules (and Cython modules) that need to compile against
beziershould use this function to locate the appropriate include directory.For more information, see Native Libraries.
Returns: includedirectory that contains header files for thelibbezierFortran library.Return type: str
-
bezier.get_lib()¶ Get the directory with
.a/.libstatic libraries.Extension modules (and Cython modules) that need to compile against the
libbezierstatic library should use this function to locate the appropriate lib directory.For more information, see Native Libraries.
Returns: libdirectory that contains static libraries for thelibbezierFortran library.Return type: str