Click or drag to resize

BaseDistanceSensorGoToAndAverage Method

[Missing <summary> documentation for "M:RAYLASE.Marker.Device.DistanceSensor.BaseDistanceSensor.GoToAndAverage(System.Collections.Generic.IList{GlmSharp.dvec3},System.Collections.Generic.IList{System.TimeSpan},System.Nullable{System.Threading.CancellationToken})"]


Namespace: RAYLASE.Marker.Device.DistanceSensor
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.44.0
Syntax
C#
public abstract void GoToAndAverage(
	IList<dvec3> positions,
	IList<TimeSpan> averagingTimeSpans,
	CancellationToken? cancellationToken = null
)

Parameters

positions  IListdvec3

[Missing <param name="positions"/> documentation for "M:RAYLASE.Marker.Device.DistanceSensor.BaseDistanceSensor.GoToAndAverage(System.Collections.Generic.IList{GlmSharp.dvec3},System.Collections.Generic.IList{System.TimeSpan},System.Nullable{System.Threading.CancellationToken})"]

averagingTimeSpans  IListTimeSpan

[Missing <param name="averagingTimeSpans"/> documentation for "M:RAYLASE.Marker.Device.DistanceSensor.BaseDistanceSensor.GoToAndAverage(System.Collections.Generic.IList{GlmSharp.dvec3},System.Collections.Generic.IList{System.TimeSpan},System.Nullable{System.Threading.CancellationToken})"]

cancellationToken  NullableCancellationToken  (Optional)

[Missing <param name="cancellationToken"/> documentation for "M:RAYLASE.Marker.Device.DistanceSensor.BaseDistanceSensor.GoToAndAverage(System.Collections.Generic.IList{GlmSharp.dvec3},System.Collections.Generic.IList{System.TimeSpan},System.Nullable{System.Threading.CancellationToken})"]

See Also