|
XscModelGetRotation Method
|
모델으로 부터 yaw, pitch, roll 값을 확인한다.
Namespace: Pixoneer.NXDL.NSCENEAssembly: NXDLscene (in NXDLscene.dll) Version: 2.0.3.38
Syntax[HandleProcessCorruptedStateExceptionsAttribute]
public void GetRotation(
ref XAngle yaw,
ref XAngle pitch,
ref XAngle roll
)
Parameters
- yaw XAngle
- [out] Yaw 값
- pitch XAngle
- [out] Pitch 값
- roll XAngle
- [out] Roll 값
Return Value
이 함수는 값을 반환하지 않는다.
See Also