본문으로 건너뛰기

GetRotatedAngle

Overloads

NameDescription
GetRotatedAngle()Get Rotated Angle
GetRotatedAngle(List<int> index)개체의 회전 각도 반환
GetRotatedAngle(List<Node> node)개체의 회전 각도 반환

GetRotatedAngle()

public Vector3D GetRotatedAngle()

Get Rotated Angle

Returns

TypeDescription
Vector3DAngle

GetRotatedAngle(List<int> index)

public Vertex3D GetRotatedAngle(List&lt;int&gt; index)

개체의 회전 각도 반환

Parameters

NameTypeDescription
indexList<int>Node index List

Returns

TypeDescription
Vertex3D회전 각도

GetRotatedAngle(List<Node> node)

public Vertex3D GetRotatedAngle(List&lt;Node&gt; node)

개체의 회전 각도 반환

Parameters

NameTypeDescription
nodeList<Node>Node List

Returns

TypeDescription
Vertex3D회전 각도