Sketch
- sketch(name, args, rng)
- Return type:
list
[JGEXGeometry
]
- sketch_function_name(name)
- Return type:
str
- sketch_acircle(args, **kwargs)
- Return type:
- sketch_dia(args, **kwargs)
- Return type:
- sketch_circle(args, **kwargs)
- Return type:
- sketch_cc_tangent(args, **kwargs)
Sketch external tangents to two circles.
- Return type:
tuple
[JGEXPoint
,...
]
- random_rfss(*points, rng)
Random rotate-flip-scale-shift a JGEXPoint cloud.
- Return type:
list
[JGEXPoint
]
- sketch_eq_quadrangle(args, rng)
Sketch quadrangle with two equal opposite sides.
- Return type:
tuple
[JGEXPoint
,...
]
- sketch_eqangle3(args, **kwargs)
- Return type:
- sketch_eqdia_quadrangle(args, rng)
Sketch quadrangle with two equal diagonals.
- Return type:
tuple
[JGEXPoint
,...
]
- sketch_cyclic(args, **kwargs)
- Return type:
- sketch_trisect(args, **kwargs)
Sketch two trisectors of an angle.
- sketch_2l1c(args, **kwargs)
Sketch a circle touching two lines and another circle.
- sketch_eqratio(args, **kwargs)
- Return type:
- sketch_rconst(args, **kwargs)
Sketches point x such that ab/cx=r
- Return type:
- sketch_eqratio6(args, **kwargs)
Sketches a point x such that ax/cx=ef/gh
- Return type:
Union
[JGEXCircle
,JGEXLine
]
- sketch_lconst(args, **kwargs)
Sketches point x such that x in at lenght l of point a
- Return type:
- sketch_rconst2(args, **kwargs)
Sketches point x such that ax/bx=r
- Return type:
Union
[JGEXCircle
,JGEXLine
]
- sketch_between(args, rng)
Sketches a segment ab and a point c between them.
- sketch_cc_itangent(args, **kwargs)
Sketch internal tangents to two circles.
- Return type:
tuple
[JGEXPoint
,...
]
- sketch_simtri(args, **kwargs)
Sketch the construction of the third vertex of a similar triangle.
- Return type:
- sketch_simtrir(args, **kwargs)
Sketch the construction of the third vertex of a similar triangle with a reflection.
- Return type:
- sketch_contri(args, rng, **kwargs)
Sketch the construction of the vertices of a congruent triangle.
- Return type:
tuple
[JGEXPoint
,...
]
- sketch_contrir(args, rng, **kwargs)
Sketch the construction of the vertices of a congruent triangle with a reflection.
- Return type:
tuple
[JGEXPoint
,...
]
- sketch_l2const(args, **kwargs)
Sketches point x such that x in at lenght sqrt(l) of point a
- Return type:
- sketch_r2const(args, **kwargs)
Sketches point x such that (ab/cx)^2=r
- Return type: