| ViewManagerSetRotateCameraByPoint Method |
임의의 위치 중심으로 회전
Namespace:
VIZCore3D.NET.Manager
Assembly:
VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.1104 (2.8.24.1104)
Syntax public void SetRotateCameraByPoint(
float degreeX,
float degreeY,
float degreeZ,
float x,
float y,
float z
)
Parameters
- degreeX
- Type: SystemSingle
X축 회전 각도 - degreeY
- Type: SystemSingle
Y축 회전 각도 - degreeZ
- Type: SystemSingle
Z축 회전 각도 - x
- Type: SystemSingle
위치 X - y
- Type: SystemSingle
위치 Y - z
- Type: SystemSingle
위치 Z
See Also