CommandListAppendWobbleEight Method |
Namespace: RAYLASE.SPICE3.ClientLibAssembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.5.2
Syntax 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