Repeat 3D Orientation: Difference between revisions

From Visuino
Jump to navigation Jump to search
Created page with "Image:TArduinoRepeat3DOrientation.png == Summary == The **Repeat 3D Orientation** component repeats a 3D orientation input a specified number of times. == Description == This component takes a 3D orientation input value and outputs it multiple times according to the configured count. It is useful for re-broadcasting orientation data to multiple consumers or repeating it for synchronization and processing. <b>Diagram:</b> Image:TArduinoRepeat3DOrientation.Pr..."
 
(No difference)

Latest revision as of 05:46, 14 September 2025

File:TArduinoRepeat3DOrientation.png

Summary

The **Repeat 3D Orientation** component repeats a 3D orientation input a specified number of times.

Description

This component takes a 3D orientation input value and outputs it multiple times according to the configured count. It is useful for re-broadcasting orientation data to multiple consumers or repeating it for synchronization and processing.

Diagram:

Properties

  • Enabled (boolean) – Enables or disables the repeat function.
  • Count (integer) – Number of times the 3D orientation input is repeated.

Pins

Input Pins

  • in (3D Orientation) – Input 3D orientation value.

Output Pins

  • out (3D Orientation) – Output repeated 3D orientation value.

Categories