Share via


MDLTransform.GetShear(Double) Method

Definition

Returns the shear of the transform at the specified time.

[Foundation.Export("shearAtTime:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Numerics.Vector3 GetShear(double atTime);
[<Foundation.Export("shearAtTime:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetShear : double -> System.Numerics.Vector3
override this.GetShear : double -> System.Numerics.Vector3

Parameters

atTime
Double

Returns

Attributes

Applies to