Random Quaternion

From Visuino
Revision as of 08:16, 16 August 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoRandomQuaternion.png == Summary == Generates random Quaternion values within specified minimum and maximum ranges. == Description == The Random Quaternion component produces random quaternion values each time it is triggered by the Clock pin. The generated values for the Imaginary (X, Y, Z) and Real parts are constrained between the defined Min and Max properties. Optionally, a Seed can be provided to make the random sequence repeatable. <b>Diagram:<...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoRandomQuaternion.png

Summary

Generates random Quaternion values within specified minimum and maximum ranges.

Description

The Random Quaternion component produces random quaternion values each time it is triggered by the Clock pin. The generated values for the Imaginary (X, Y, Z) and Real parts are constrained between the defined Min and Max properties. Optionally, a Seed can be provided to make the random sequence repeatable.

Diagram:

Categories

Properties

  • Enabled – Enables or disables the component.
  • Max – Defines the maximum values for the Quaternion (Imaginary X, Y, Z, and Real).
  • Min – Defines the minimum values for the Quaternion (Imaginary X, Y, Z, and Real).
  • Seed – Sets the random seed for reproducible results.

Pins

  • Clock – Triggers generation of a new random Quaternion.

Output Pins

  • Out – Outputs the generated random Quaternion.