MVT API

Uses of Package
math.objects

Packages that use math.objects
math.constants   
math.functions   
math.objects   
 

Classes in math.objects used by math.constants
Constant
          The class Constant is used to create mathematical Constant objects.
Expression
          The Expr class defines a binary node that contains a data element and a left child and right child each pointing to a expr class object
 

Classes in math.objects used by math.functions
BinaryExpression
          The BinaryExpression class defines an extends of the Expression class to include binary expressions like Add and Mulitply and a left child and right child each pointing to a expr class object
Expression
          The Expr class defines a binary node that contains a data element and a left child and right child each pointing to a expr class object
UnaryExpression
          The UnaryExpression class defines an extends of the Expression class to include unary expressions like Sine and Exponential
 

Classes in math.objects used by math.objects
Expression
          The Expr class defines a binary node that contains a data element and a left child and right child each pointing to a expr class object
Point3D
          The class Point3D is similar to the Point2D.Double class and duplicates a lot of the code in the Point3D.Double class in the java3d libraries, which has not be included in this software yet.
 


MVT API

mvt.icons