diff --git a/docs/functions/eulerFromRotateTransform.html b/docs/functions/eulerFromRotateTransform.html new file mode 100644 index 00000000..ff9768c1 --- /dev/null +++ b/docs/functions/eulerFromRotateTransform.html @@ -0,0 +1,7 @@ +eulerFromRotateTransform | @iiif/3d-manifesto-dev

Function eulerFromRotateTransform

  • Implements the convention that the 3 component values for the RotateTranform +cass (properties x,y,z) are to be interpreted as Euler angles in the intrinsic XYZ +order

    +

    Parameters

    • transform: RotateTransform

      : A object with a Rotation member object, properties x,y,z

      +

    Returns Euler

    threejs-math.EulerAngle instance. From this threejs-math functionsa +allow conversion to other rotation representations.

    +
\ No newline at end of file