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

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

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

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

Parameters

value
Type: VRageMyPositionAndOrientation

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

Return Value

Type: MyDeltaTransform

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

See Also