Click or drag to resize

WobbleGetWobbleGeometry Method

[Missing <summary> documentation for "M:RAYLASE.Marker.VectorGraphicElement.Wobble.GetWobbleGeometry(System.Double,System.Double,System.Double,System.Double,System.Double@,System.Double@,System.Double@)"]


Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.27.0
Syntax
C#
public static void GetWobbleGeometry(
	double markSpeed,
	double amplitude,
	double frequency,
	double phase,
	out double amplitudeSmall,
	out double amplitudeLarge,
	out double overlap
)

Parameters

markSpeed  Double

[Missing <param name="markSpeed"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.Wobble.GetWobbleGeometry(System.Double,System.Double,System.Double,System.Double,System.Double@,System.Double@,System.Double@)"]

amplitude  Double

[Missing <param name="amplitude"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.Wobble.GetWobbleGeometry(System.Double,System.Double,System.Double,System.Double,System.Double@,System.Double@,System.Double@)"]

frequency  Double

[Missing <param name="frequency"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.Wobble.GetWobbleGeometry(System.Double,System.Double,System.Double,System.Double,System.Double@,System.Double@,System.Double@)"]

phase  Double

[Missing <param name="phase"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.Wobble.GetWobbleGeometry(System.Double,System.Double,System.Double,System.Double,System.Double@,System.Double@,System.Double@)"]

amplitudeSmall  Double

[Missing <param name="amplitudeSmall"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.Wobble.GetWobbleGeometry(System.Double,System.Double,System.Double,System.Double,System.Double@,System.Double@,System.Double@)"]

amplitudeLarge  Double

[Missing <param name="amplitudeLarge"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.Wobble.GetWobbleGeometry(System.Double,System.Double,System.Double,System.Double,System.Double@,System.Double@,System.Double@)"]

overlap  Double

[Missing <param name="overlap"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.Wobble.GetWobbleGeometry(System.Double,System.Double,System.Double,System.Double,System.Double@,System.Double@,System.Double@)"]

See Also