Quaternion Toggle Switch

From Visuino
Revision as of 07:04, 16 August 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoQuaternionToggleSwitch.png == Summary == {{:Summaries:Summary Quaternion Toggle Switch}} == Description == The Quaternion Toggle Switch component selects between two Quaternion inputs (True and False) based on the Select pin state. It is useful when you need to dynamically switch between two orientation/rotation values in 3D applications, robotics, or graphics. <b>Diagram:</b> Image:TArduinoQuaternionToggleSwitch.Preview.png == Categories == *[...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoQuaternionToggleSwitch.png

Summary

Summaries:Summary Quaternion Toggle Switch

Description

The Quaternion Toggle Switch component selects between two Quaternion inputs (True and False) based on the Select pin state. It is useful when you need to dynamically switch between two orientation/rotation values in 3D applications, robotics, or graphics.

Diagram:

Categories

Properties

Pins

  • True – Quaternion input when the Select pin is high/true.
  • False – Quaternion input when the Select pin is low/false.
  • Select – Boolean input that chooses which Quaternion input is passed to the output.
  • Out – Outputs the selected Quaternion.