Click or drag to resize

CommandListAppendWobbleEight Method

Sets the Amplitude, Frequency and the appropriate Phase for wobbling of an eight shape.

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public void AppendWobbleEight(
	Point2D amplitude,
	double baseFrequency
)

Parameters

amplitude  Point2D
The amplitude.
baseFrequency  Double
Base frequency.
Remarks

The parameters are used to specify a Lissajous curve, where:

fX = baseFrequency

fY = 2 * baseFrequency

δX = δY = 0

See Also