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

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

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

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

Parameters

deltaTransform
Type: VRageMyDeltaTransform

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

Return Value

Type: MyPositionAndOrientation

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

See Also