Click or drag to resize
MyPositionAndOrientation Constructor (MatrixD)

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

Initializes a new instance of the MyPositionAndOrientation class

Namespace: VRage
Assembly: VRage (in VRage.dll) Version: 1.0.0.0
Syntax
C#
public MyPositionAndOrientation(
	MatrixD matrix
)

Parameters

matrix
Type: MatrixD

[Missing <param name="matrix"/> documentation for "M:VRage.MyPositionAndOrientation.#ctor(VRageMath.MatrixD)"]

See Also