Click or drag to resize

SPICE3DeviceProcessTransformationQueue Property

Gets the process transformation queue. Values can be added with EneuqueProcessTransformation(dmat4), and cleared with ClearProcessTransformationQueue.

Namespace: RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3
Assembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.19.0
Syntax
C#
public IReadOnlyCollection<dmat4> ProcessTransformationQueue { get; }

Property Value

IReadOnlyCollectiondmat4
See Also