SoComposeRotationFromTo

InventorModule
genre InventorEngines
author Silicon Graphics Inc
package MeVisLab/Standard
definition inventor.def

Purpose

This engine takes two inputs, representing a vector before and after a rotation has been applied. As output, it produces the rotation value that would cause the first vector to transform into the other.

Windows

Default Panel

../../../Modules/Inventor/InventorBase/mhelp/Images/Screenshots/SoComposeRotationFromTo._default.png

Parameter Fields

Visible Fields

From

name: from, type: Vector3List, default: 0 0 1

Vector before the rotation.

To

name: to, type: Vector3List, default: 0 0 1

Vector after the rotation.

Rotation

name: rotation, type: EngineOutput, persistent: no

A rotation that transforms one vector into another.