Click or drag to resize
XDL

XscModelGetRotation Method

모델으로 부터 yaw, pitch, roll 값을 확인한다.

Namespace:  Pixoneer.NXDL.NSCENE
Assembly:  NXDLscene (in NXDLscene.dll) Version: 1.2.817.72
Syntax
C#
[HandleProcessCorruptedStateExceptionsAttribute]
public void GetRotation(
	ref XAngle yaw,
	ref XAngle pitch,
	ref XAngle roll
)

Parameters

yaw
Type: Pixoneer.NXDLXAngle
[out] Yaw 값
pitch
Type: Pixoneer.NXDLXAngle
[out] Pitch 값
roll
Type: Pixoneer.NXDLXAngle
[out] Roll 값

Return Value

Type: 
이 함수는 값을 반환하지 않는다.
See Also