Property | Type | Description | |
---|---|---|---|
endAngle | float | ||
endVector | Vector3 | ||
faces | int | ||
height | float | ||
length | float | ||
radius | float | ||
startAngle | float | ||
startVector | Vector3 |
Method | Description | |
---|---|---|
Arc ( float radius, float height, float start, float end, int faces ) : System | ||
generateVertices ( |
||
getPivotPoint ( ) : Vector3 | ||
getPivotYRotation ( ) : float |
public Arc ( float radius, float height, float start, float end, int faces ) : System | ||
radius | float | |
height | float | |
start | float | |
end | float | |
faces | int | |
return | System |
public generateVertices ( |
||
builder | ||
offset | Vector3 | |
area | ||
v | float | |
yCos | float | |
ySin | float | |
return | List |