mathmaker  0.6(alpha)
Public Member Functions | Properties
core.calculus.CrossProductEquation Class Reference

All objects that are displayable as Cross Product Equations. More...

Inheritance diagram for core.calculus.CrossProductEquation:
core.calculus.Equation core.calculus.ComposedCalculable core.base.Printable core.base.NamedObject core.base.Clonable

List of all members.

Public Member Functions

def __init__
 Constructor.
def get_variable_obj
 Getter for the variable obj.
def get_variable_position
 Getter for the variable position.
def solve_next_step
 Creates the next Equation object in the resolution.

Properties

 variable_obj
 variable_position

Detailed Description

All objects that are displayable as Cross Product Equations.

Definition at line 1868 of file calculus.py.


Constructor & Destructor Documentation


Member Function Documentation


Property Documentation

core::calculus.CrossProductEquation::variable_obj [static]
Initial value:
property(get_variable_obj,
                               doc = "Variable object of the Equation")

Definition at line 1987 of file calculus.py.

Referenced by core.calculus.CrossProductEquation.solve_next_step().

core::calculus.CrossProductEquation::variable_position [static]
Initial value:
property(get_variable_position,
                               doc = "Variable position in the Equation")

Definition at line 1989 of file calculus.py.

Referenced by core.calculus.CrossProductEquation.solve_next_step().


The documentation for this class was generated from the following file: