Package | Description |
---|---|
magma.util.function |
Modifier and Type | Class and Description |
---|---|
class |
PiecewiseBezierFunction
Represents a piecewise 4-point-Bezier function with any number of pieces
|
class |
PiecewiseLinearFunction
Represents a piecewise linear function with any number of pieces
|
class |
PiecewiseSinusSquare |
class |
SinFunction
Represents a sin function with amplitude, period, phaseShift and offset by
using three SupportPoints:
1: (phaseShift, offset) 2: (phaseShift + phase/4, offset+amplitude) 3: (phaseShift + phase/2, offset) |
class |
SplineFunction
Represents a spline function.
|
Constructor and Description |
---|
SupportPointFunction(SupportPointFunction source)
Copy constructor
|