GetRotatedAngle
Overloads
| Name | Description |
|---|---|
| GetRotatedAngle() | Get Rotated Angle |
| GetRotatedAngle(List<int> index) | 개체의 회전 각도 반환 |
| GetRotatedAngle(List<Node> node) | 개체의 회전 각도 반환 |
GetRotatedAngle()
public Vector3D GetRotatedAngle()
Get Rotated Angle
Returns
| Type | Description |
|---|---|
| Vector3D | Angle |
GetRotatedAngle(List<int> index)
public Vertex3D GetRotatedAngle(List<int> index)
개체의 회전 각도 반환
Parameters
| Name | Type | Description |
|---|---|---|
| index | List<int> | Node index List |
Returns
| Type | Description |
|---|---|
| Vertex3D | 회전 각도 |
GetRotatedAngle(List<Node> node)
public Vertex3D GetRotatedAngle(List<Node> node)
개체의 회전 각도 반환
Parameters
| Name | Type | Description |
|---|---|---|
| node | List<Node> | Node List |
Returns
| Type | Description |
|---|---|
| Vertex3D | 회전 각도 |