Random Quaternion

From Visuino
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.