mathmaker
0.4(alpha)
|
Public Member Functions | |
def | __init__ |
Constructor. | |
def | get_name |
Returns the name of the angle. | |
def | get_measure |
Returns the measure of the angle. | |
def | get_point0 |
Returns the point0 of the angle. | |
def | get_point1 |
Returns the vertex of the angle, as a Point. | |
def | get_point2 |
Returns the point2 of the angle. | |
def | get_label |
Returns the label of the angle. | |
def | get_label_display_angle |
Returns the angle (for display) of label's angle. | |
def | get_mark |
Returns the mark of the angle. | |
def | set_label |
Sets the label of the angle. | |
def | set_label_display_angle |
Sets the angle (for display) of label's angle. | |
def | set_mark |
Sets the mark of the angle. | |
Properties | |
name | |
measure | |
point0 | |
point1 | |
vertex | |
point2 | |
label | |
label_display_angle | |
mark |
Definition at line 484 of file base_geometry.py.
def core.base_geometry.Angle.__init__ | ( | self, | |
arg, | |||
options | |||
) |
Constructor.
Definition at line 497 of file base_geometry.py.
References core.base_geometry.Segment._label, core.base_geometry.Angle._label, core.base_geometry.Angle._label_display_angle, core.base_geometry.Segment._mark, core.base_geometry.Angle._mark, core.base_geometry.Angle._measure, core.base_geometry.Point._name, core.base.NamedObject._name, core.base_geometry.Ray._name, core.base_geometry.Angle._name, core.base_calculus.Function._name, core.base_geometry.Segment._points, core.base_geometry.Angle._points, core.base_geometry.Angle._ray0, core.base_geometry.Angle._ray1, and core.base.Clonable.clone().
Referenced by core.calculus.Equation.__init__(), and core.root_calculus.Value.substitute().
core::base_geometry.Angle::label [static] |
property(get_label,
doc = "Label of the angle")
Definition at line 618 of file base_geometry.py.
core::base_geometry.Angle::label_display_angle [static] |
property(get_label_display_angle,
doc = "Display angle of the label of the angle")
Definition at line 631 of file base_geometry.py.
core::base_geometry.Angle::mark [static] |
property(get_mark,
doc = "Mark of the angle")
Definition at line 644 of file base_geometry.py.
core::base_geometry.Angle::measure [static] |
property(get_measure,
doc = "Measure of the angle")
Definition at line 569 of file base_geometry.py.
core::base_geometry.Angle::name [static] |
property(get_name,
doc = "Name of the angle")
Reimplemented from core.base.NamedObject.
Definition at line 556 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.Angle::point0 [static] |
property(get_point0,
doc = "Point0 of the angle")
Definition at line 582 of file base_geometry.py.
core::base_geometry.Angle::point1 [static] |
property(get_point1,
doc = "Vertex of the angle")
Definition at line 594 of file base_geometry.py.
core::base_geometry.Angle::point2 [static] |
property(get_point2,
doc = "Point2 of the angle")
Definition at line 607 of file base_geometry.py.
core::base_geometry.Angle::vertex [static] |
property(get_point1,
doc = "Vertex of the angle")
Definition at line 596 of file base_geometry.py.