Class LawEdge
core.Updatable --+
|
core.Selectable --+
|
Edge --+
|
LawEdge
Realization of the Edge interface for creating a law edge..
|
|
Class Hierarchy for LawEdge
|
constructor LawEdge(xLaw, yLaw, zLaw):
-
xLaw - The equation of x. (string)
-
yLaw - The equation of y. (string)
-
zLaw - The equation of z. (string)
constructor LawEdge(xLaw, yLaw, zLaw, iStart):
-
xLaw - The equation of x. (string)
-
yLaw - The equation of y. (string)
-
zLaw - The equation of z. (string)
-
iStart - The starting point of the edge. (double)
constructor LawEdge(xLaw, yLaw, zLaw, iStart, iEnd):
-
xLaw - The equation of x. (string)
-
yLaw - The equation of y. (string)
-
zLaw - The equation of z. (string)
-
iStart - The starting point of the edge. (double)
-
iEnd - The ending point of the edge. (double)