SetRadius
Overloads
| Name | Description |
|---|---|
| SetRadius(float radius, float length, float[] matrix) | Set Radius |
| SetRadius(float radius, float length) | Set Radius |
SetRadius(float radius, float length, float[] matrix)
public void SetRadius(float radius, float length, float[] matrix)
Set Radius
Parameters
| Name | Type | Description |
|---|---|---|
| radius | float | Radius (반지름) |
| length | float | Length (길이) |
| matrix | Single[] | Matrix (변환행렬) |
SetRadius(float radius, float length)
public void SetRadius(float radius, float length)
Set Radius
Parameters
| Name | Type | Description |
|---|---|---|
| radius | float | Radius (반지름) |
| length | float | Length (길이) |