RhinoCommon API
TransformShear Method |
Constructs a Shear transformation.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)

public static Transform Shear( Plane plane, Vector3d x, Vector3d y, Vector3d z )
Public Shared Function Shear ( plane As Plane, x As Vector3d, y As Vector3d, z As Vector3d ) As Transform
Parameters
- plane
- Type: Rhino.GeometryPlane
Base plane for shear. - x
- Type: Rhino.GeometryVector3d
Shearing vector along plane x-axis. - y
- Type: Rhino.GeometryVector3d
Shearing vector along plane y-axis. - z
- Type: Rhino.GeometryVector3d
Shearing vector along plane z-axis.
Return Value
Type: TransformA transformation matrix which shear geometry.

Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.8