Platforms to show: All Mac Windows Linux Cross-Platform

Back to SplineMBS class.

SplineMBS.a(index as Integer) as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Math MBS Util Plugin 15.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The constant part of the coefficient.

SplineMBS.b(index as Integer) as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Math MBS Util Plugin 15.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The 1st order coefficient.

SplineMBS.c(index as Integer) as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Math MBS Util Plugin 15.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The 2nd order coefficient.

SplineMBS.calc(x as Double) as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Math MBS Util Plugin 15.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Calculates the Y value on the spline for a given X value.

SplineMBS.Constructor(X() as Double, Y() as Double)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Math MBS Util Plugin 15.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The constructor.

Raises an exception for invalid arrays passed, e.g. different size.
Calculates the spline curve coefficients and sets count property.

SplineMBS.d(index as Integer) as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Math MBS Util Plugin 15.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The 3rd order coefficient.

SplineMBS.x(index as Integer) as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Math MBS Util Plugin 15.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The x value for this coefficent.

SplineMBS.y(index as Integer) as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Math MBS Util Plugin 15.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The y value for this coefficent.

The items on this page are in the following plugins: MBS Util Plugin.


The biggest plugin in space...