77 return new string[] {
"plot2dspline" };
86 get {
return new string[] {
"x",
"y",
"color",
"size" }; }
103 int Dimension = X.Dimension;
104 if (Y.Dimension != Dimension)
119 [Obsolete(
"Method moved to the Plot2DCurvePainter class.")]
131 [Obsolete(
"Method moved to the Plot2DCurvePainter class.")]
132 public static SKPath
CreateSpline(SKPath AppendTo, params SKPoint[] Points)
143 [Obsolete(
"Method moved to the Plot2DCurvePainter class.")]
Script runtime exception.
Class managing a script expression.
Plots a two-dimensional curve.
static SKPath CreateSpline(params SKPoint[] Points)
Creates a Spline path through a given set of points.
Plot2DCurve(ScriptNode X, ScriptNode Y, ScriptNode Color, ScriptNode Size, int Start, int Length, Expression Expression)
Plots a two-dimensional curve.
Plot2DCurve(ScriptNode X, ScriptNode Y, ScriptNode Color, int Start, int Length, Expression Expression)
Plots a two-dimensional curve.
override string[] Aliases
Optional aliases. If there are no aliases for the function, null is returned.
override string FunctionName
Name of the function
override string[] DefaultArgumentNames
Default Argument names
static void GetCubicBezierCoefficients(double[] V, out double[] A, out double[] B)
Gets a set of coefficients for cubic Bezier curves, forming a spline, one coordinate at a time.
Plot2DCurve(ScriptNode X, ScriptNode Y, int Start, int Length, Expression Expression)
Plots a two-dimensional curve.
override IElement Evaluate(IElement[] Arguments, Variables Variables)
Evaluates the function.
static SKPath CreateSpline(SKPath AppendTo, params SKPoint[] Points)
Creates a Spline path through a given set of points.
Plots a two-dimensional curve.
static SKPath CreateSpline(params SKPoint[] Points)
Creates a Spline path through a given set of points.
Handles two-dimensional graphs.
static readonly SKColor DefaultColor
Default color: Red
Base class for multivariate funcions.
ScriptNode[] Arguments
Function arguments.
Base class for all nodes in a parsed script tree.
int Length
Length of expression covered by node.
Expression Expression
Expression of which the node is a part.
int Start
Start position in script expression.
Basic interface for all types of elements.
object AssociatedObjectValue
Associated object value.
Basic interface for vectors.
ArgumentType
Type of parameter used in a function definition or a lambda definition.