Contents

sheared(_:)

Returns a vector that results from shearing over an axis by shear factors for the other two axes.

Declaration

func sheared(_ shear: AxisWithFactors) -> Vector3D

Parameters

  • shear:

    The shear axis and factors.

Return Value

The vector that results from shearing over an axis by shear factors for the other two axes.

See Also

Transforming a vector