mathmaker
0.4(alpha)
|
Public Member Functions | |
def | __init__ |
Constructor. | |
def | get_points |
Returns the two points. | |
def | set_point |
Sets the points of the Segment (is this useful at all ?) | |
def | get_name |
Returns the name of the Segment. | |
def | get_length_name |
Returns the length name of the Segment. | |
def | set_label |
Sets the label of the Segment. | |
def | get_label |
Returns the label of the Segment. | |
def | set_mark |
Sets the mark of the Segment. | |
def | get_mark |
Returns the mark of the Segment. | |
def | get_length |
Returns the length of the Segment. | |
Properties | |
points | |
name | |
length_name | |
label | |
mark | |
length |
Definition at line 269 of file base_geometry.py.
def core.base_geometry.Segment.__init__ | ( | self, | |
arg, | |||
options | |||
) |
Constructor.
Definition at line 285 of file base_geometry.py.
References core.base_geometry.Segment._label, core.base_geometry.Segment._mark, core.base_geometry.Segment._points, and core.base.Clonable.clone().
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 386 of file base_geometry.py.
core::base_geometry.Segment::length [static] |
property(get_length,
doc = "Name of the Segment")
Definition at line 432 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 360 of file base_geometry.py.
core::base_geometry.Segment::mark [static] |
property(get_mark,
doc = "Mark of the Segment")
Definition at line 416 of file base_geometry.py.
core::base_geometry.Segment::name [static] |
property(get_name,
doc = "Name of the Segment")
Reimplemented from core.base.NamedObject.
Definition at line 347 of file base_geometry.py.
Referenced by core.geometry.Triangle.__init__(), core.geometry.RightTriangle.__init__(), core.calculus.Expression.auto_expansion_and_reduction(), core.calculus.Equation.auto_resolution(), core.calculus.Equation.dbg_str(), core.calculus.Expression.into_str(), and core.calculus.Equation.into_str().
core::base_geometry.Segment::points [static] |
property(get_points,
doc = "The couple of points ending the segment")
Definition at line 319 of file base_geometry.py.
Referenced by core.base_geometry.Segment.get_length(), core.base_geometry.Segment.get_length_name(), and core.base_geometry.Segment.get_name().