Click or drag to resize
MyDeltaTransform  Conversion (MyDeltaTransform to MatrixD)

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:VRage.MyDeltaTransform.op_Implicit(VRage.MyDeltaTransform)~VRageMath.MatrixD"]

Namespace: VRage
Assembly: VRage (in VRage.dll) Version: 1.0.0.0
Syntax
C#
public static implicit operator MatrixD (
	MyDeltaTransform transform
)

Parameters

transform
Type: VRageMyDeltaTransform

[Missing <param name="transform"/> documentation for "M:VRage.MyDeltaTransform.op_Implicit(VRage.MyDeltaTransform)~VRageMath.MatrixD"]

Return Value

Type: MatrixD

[Missing <returns> documentation for "M:VRage.MyDeltaTransform.op_Implicit(VRage.MyDeltaTransform)~VRageMath.MatrixD"]

See Also