mathmaker
0.6(alpha)
|
Public Member Functions | |
def | __init__ |
Constructor. | |
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 | |
measure | |
point0 | |
point1 | |
point2 | |
vertex | |
label | |
label_display_angle | |
mark |
Definition at line 463 of file base_geometry.py.
def core.base_geometry.Angle.__init__ | ( | self, | |
arg, | |||
options | |||
) |
Constructor.
Definition at line 476 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.Segment._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 615 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 618 of file base_geometry.py.
core::base_geometry.Angle::mark [static] |
property(get_mark,
doc = "Mark of the angle")
Definition at line 621 of file base_geometry.py.
core::base_geometry.Angle::measure [static] |
property(get_measure,
doc = "Measure of the angle")
Definition at line 600 of file base_geometry.py.
core::base_geometry.Angle::point0 [static] |
property(get_point0,
doc = "Point0 of the angle")
Definition at line 603 of file base_geometry.py.
core::base_geometry.Angle::point1 [static] |
property(get_point1,
doc = "Vertex of the angle")
Definition at line 606 of file base_geometry.py.
core::base_geometry.Angle::point2 [static] |
property(get_point2,
doc = "Point2 of the angle")
Definition at line 609 of file base_geometry.py.
core::base_geometry.Angle::vertex [static] |
property(get_point1,
doc = "Vertex of the angle")
Definition at line 612 of file base_geometry.py.