Scripting Utilities

Prerequisites

  • The following methods are exposed by the ScriptUtils object implemented by the module Thinkbox.Sequoia.Tools

  • Before calling these methods, you must ensure the module is imported.

import Thinkbox.Sequoia.Tools 1.0

ScriptUtils Methods

<QVector3D> ScriptUtils.quaternionToEulerAngles ( <QQuaternion>quat )

  • Returns the Euler Angles representation of the Quaternion argument.

<QQuaternion> ScriptUtils.quaternionToEulerAngles ( <QVector3D>vector )

  • Returns the Quaternion representation of the Euler Angles argument.