File: math_construction_tools.rst

package info (click to toggle)
ezdxf 1.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 104,528 kB
  • sloc: python: 182,341; makefile: 116; lisp: 20; ansic: 4
file content (24 lines) | stat: -rw-r--r-- 591 bytes parent folder | download
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