Mathmaker Doc for dev
Generator of maths worksheets and their detailed solutions
Status: Alpha
Brought to you by:
nico_h
A Triangle is composed of three Points defining three sides and three angles.
Its main methods are into_euk() and work_out_euk_box().
The labels that are displayable along the sides and in the angles allow to draw a Triangle of a desired shape and display other datas, as in a sketch.
Possible args for __init__():
The three strings will be the vertices' names; nb0 and nb2 will be side0's and side1's lengths; nb1 will be the measure of angle1.
other possibilities to create a Triangle will be implemented...
Options:
Fields:
Debugging info: no dbg_str() method, so far