|
mathmaker
0.6(alpha)
|
Public Member Functions | |
| def | __init__ |
| Constructor. | |
| def | get_points |
| Returns the two points. | |
| def | get_label |
| Returns the label of the Segment. | |
| def | get_length |
| Returns the length of the Segment. | |
| def | get_length_name |
| Returns the length name of the Segment. | |
| def | get_mark |
| Returns the mark of the Segment. | |
| def | set_label |
| Sets the label of the Segment. | |
| def | set_mark |
| Sets the mark of the Segment. | |
| def | set_point |
| Sets the points of the Segment (is this useful at all ?) | |
Properties | |
| points | |
| label | |
| length | |
| length_name | |
| mark | |
Definition at line 251 of file base_geometry.py.
| def core.base_geometry.Segment.__init__ | ( | self, | |
| arg, | |||
| options | |||
| ) |
Constructor.
Definition at line 267 of file base_geometry.py.
References core.base_geometry.Segment._label, core.base_geometry.Segment._mark, core.base_geometry.Point._name, core.base.NamedObject._name, core.base_geometry.Segment._name, core.base_calculus.Function._name, core.base_geometry.Segment._points, core.base.Clonable.clone(), and core.base_geometry.Segment.points.
Referenced by core.calculus.Equation.__init__(), and core.root_calculus.Value.substitute().
core::base_geometry.Segment::label [static] |
property(get_label,
doc = "Label of the Segment")
Definition at line 358 of file base_geometry.py.
core::base_geometry.Segment::length [static] |
property(get_length,
doc = "Name of the Segment")
Definition at line 361 of file base_geometry.py.
core::base_geometry.Segment::length_name [static] |
property(get_length_name,
doc = "Length's name of the Segment")
Definition at line 364 of file base_geometry.py.
core::base_geometry.Segment::mark [static] |
property(get_mark,
doc = "Mark of the Segment")
Definition at line 367 of file base_geometry.py.
core::base_geometry.Segment::points [static] |
property(get_points,
doc = "The couple of points ending the segment")
Definition at line 351 of file base_geometry.py.
Referenced by core.base_geometry.Segment.__init__(), core.base_geometry.Segment.get_length(), and core.base_geometry.Segment.get_length_name().
1.7.6.1