Shear.from_entries

classmethod Shear.from_entries(shear_entries)

Creates a Shear from the 3 factors for x-y, x-z, and y-z axes.

Parameters

shear_factors (list of float) – The 3 shear factors for x-y, x-z, and y-z axes.

Examples

>>> S = Shear.from_entries([1, 2, 3])