From 983d7029a36004bc5c73c35e88910d4f8b3d1695 Mon Sep 17 00:00:00 2001 From: Vincent Marchetti Date: Sun, 4 Aug 2024 16:23:20 -0400 Subject: [PATCH] reubuilt documentation with the new eulerFromRotateTransform function --- docs/functions/eulerFromRotateTransform.html | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 docs/functions/eulerFromRotateTransform.html 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