Click or drag to resize

NodeRotate Method

회전

Namespace:  VIZCore3DX.NET.Data
Assembly:  VIZCore3DX.NET (in VIZCore3DX.NET.dll) Version: 1.0.25.326 (1.0.25.326)
Syntax
C#
public void Rotate(
	float x,
	float y,
	float z,
	bool zeroBase = true
)

Parameters

x
Type: SystemSingle
X축 회전 각도(Degree)
y
Type: SystemSingle
Y축 회전 각도(Degree)
z
Type: SystemSingle
Z축 회전 각도(Degree)
zeroBase (Optional)
Type: SystemBoolean
모델 초기 상태에서 회전 : True - 초기 상태에서 회전, False - 현재 상태에서 회전
See Also