Click or drag to resize
MyOrientation Constructor

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

Initializes a new instance of the MyOrientation class

Namespace: VRage
Assembly: VRage (in VRage.dll) Version: 1.0.0.0
Syntax
C#
public MyOrientation(
	float yaw,
	float pitch,
	float roll
)

Parameters

yaw
Type: SystemSingle

[Missing <param name="yaw"/> documentation for "M:VRage.MyOrientation.#ctor(System.Single,System.Single,System.Single)"]

pitch
Type: SystemSingle

[Missing <param name="pitch"/> documentation for "M:VRage.MyOrientation.#ctor(System.Single,System.Single,System.Single)"]

roll
Type: SystemSingle

[Missing <param name="roll"/> documentation for "M:VRage.MyOrientation.#ctor(System.Single,System.Single,System.Single)"]

See Also