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

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

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

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

Parameters

matrix
Type: Matrix

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

Return Value

Type: MyDeltaTransform

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

See Also