1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Math Construction Tools
=======================
These are links to tools in the :mod:`ezdxf.math` core module:
.. autosummary::
:nosignatures:
ezdxf.math.ConstructionRay
ezdxf.math.ConstructionLine
ezdxf.math.ConstructionCircle
ezdxf.math.ConstructionArc
ezdxf.math.ConstructionEllipse
ezdxf.math.ConstructionBox
ezdxf.math.ConstructionPolyline
ezdxf.math.Shape2d
ezdxf.math.BSpline
ezdxf.math.Bezier4P
ezdxf.math.Bezier3P
ezdxf.math.Bezier
ezdxf.math.EulerSpiral
.. _Bézier curve: https://en.wikipedia.org/wiki/B%C3%A9zier_curve
|