Click or drag to resize
XDL

XAttitude(XAngle, XAngle, XAngle) Constructor

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

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

Parameters

y  XAngle
Yaw 값
p  XAngle
Pitch 값
r  XAngle
Roll 값
See Also