Click or drag to resize
XDL

XAttitude Constructor (XAngle, XAngle, XAngle)

XAttitude 클래스의 생성자로, 외부로부터 입력된 yaw, pitch, roll값으로 초기화를 수행한다.

Namespace:  Pixoneer.NXDL
Assembly:  NXDL (in NXDL.dll) Version: 1.2.817.72
Syntax
C#
public XAttitude(
	XAngle y,
	XAngle p,
	XAngle r
)

Parameters

y
Type: Pixoneer.NXDLXAngle

[Missing <param name="y"/> documentation for "M:Pixoneer.NXDL.XAttitude.#ctor(Pixoneer.NXDL.XAngle,Pixoneer.NXDL.XAngle,Pixoneer.NXDL.XAngle)"]

p
Type: Pixoneer.NXDLXAngle

[Missing <param name="p"/> documentation for "M:Pixoneer.NXDL.XAttitude.#ctor(Pixoneer.NXDL.XAngle,Pixoneer.NXDL.XAngle,Pixoneer.NXDL.XAngle)"]

r
Type: Pixoneer.NXDLXAngle

[Missing <param name="r"/> documentation for "M:Pixoneer.NXDL.XAttitude.#ctor(Pixoneer.NXDL.XAngle,Pixoneer.NXDL.XAngle,Pixoneer.NXDL.XAngle)"]

See Also