MDLTransform.GetRotationMatrix(Double) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the rotation of the transform at the specified time.
[Foundation.Export("rotationMatrixAtTime:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreGraphics.NMatrix4 GetRotationMatrix(double atTime);
[<Foundation.Export("rotationMatrixAtTime:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetRotationMatrix : double -> CoreGraphics.NMatrix4
override this.GetRotationMatrix : double -> CoreGraphics.NMatrix4
Parameters
- atTime
- Double
Returns
- Attributes