Sketch
- sketch_cc_tangent(args, **kwargs)
Sketch tangents to two circles.
- Return type:
tuple
[PointNum
,...
]
- random_rfss(*points, rng)
Random rotate-flip-scale-shift a PointNum cloud.
- Return type:
list
[PointNum
]
- sketch_eq_quadrangle(args, rng)
Sketch quadrangle with two equal opposite sides.
- Return type:
tuple
[PointNum
,...
]
- sketch_eqdia_quadrangle(args, rng)
Sketch quadrangle with two equal diagonals.
- Return type:
tuple
[PointNum
,...
]
- sketch_trisect(args, **kwargs)
Sketch two trisectors of an angle.
- sketch_2l1c(args, **kwargs)
Sketch a circle touching two lines and another circle.
- Return type:
tuple
[PointNum
,...
]
- sketch_eqratio6(args, **kwargs)
Sketches a point x such that ax/cx=ef/gh
- sketch_lconst(args, **kwargs)
Sketches point x such that x in at lenght l of point a
- Return type: