tendril.utils.types.cartesian module
This file is part of tendril
See the COPYING, README, and INSTALL files for more information
-
class
tendril.utils.types.cartesian.CartesianPoint(x, y)[source]
Bases: object
-
unit = 'mm'
-
static
_norm_repr(v)[source]
-
class
tendril.utils.types.cartesian.CartesianLineSegment(p1, p2)[source]
Bases: object
-
x(t)[source]
-
y(t)[source]
-
t_x(x)[source]
-
t_y(y)[source]
-
length()[source]