mathmaker  0.4(alpha)
Classes | Variables
core::base_geometry Namespace Reference

Mathematical elementary geometrical objects. More...

Classes

class  Point
class  Segment
class  Ray
class  Angle

Variables

tuple markup_choice = cfg.get_value_from_file('MARKUP', 'USE')
list AVAILABLE_ANGLE_MARKS
list AVAILABLE_SEGMENT_MARKS = []

Detailed Description

Mathematical elementary geometrical objects.


Variable Documentation

list core::base_geometry::AVAILABLE_ANGLE_MARKS
Initial value:
00001 ['', 'simple', 'double', 'triple', 'right',
00002                          'forth', 'back', 'dotted']

Definition at line 55 of file base_geometry.py.