Class SoDecomposeRotation

  • All Implemented Interfaces:
    SafeDisposable

    public class SoDecomposeRotation
    extends SoEngine
    Decomposes rotation values. This engine takes as input a rotation, and decomposes it into an axis value and a rotation angle (in radians).

    The input can have multiple values, allowing the engine to decompose several rotations in parallel.

    File format/default:

    DecomposeRotation {

      rotation 0 0 1 0
    }

    See Also:
    SoComposeRotation, SoEngineOutput
    • Constructor Detail

      • SoDecomposeRotation

        public SoDecomposeRotation()
        Default Constructor.