extractScalingAndShear

extractScalingAndShear(*args, **kwargs)

Overloaded function.

  1. extractScalingAndShear(mat: Imath.M44f, scl: Imath.V3f, shr: Imath.V3f, exc: bool = True) -> bool

Extract the scaling and shear components of the given 4x4 matrix.

  1. extractScalingAndShear(mat: Imath.M44d, scl: Imath.V3d, shr: Imath.V3d, exc: bool = True) -> bool

Extract the scaling and shear components of the given 4x4 matrix.