Description Usage Arguments Value Examples
The function obtains a simple symbolic polygon from center and radius representation.
1 | spolygon(center, radius, vertices)
|
center |
a integer that represents the barycenter of polygon. |
radius |
a integer that represents the radius of polygon. |
vertices |
represents the number of vertices for the polygon. |
matrix that represents the polygon.
1 | spolygon(2.5, 3, 5) #pentagon
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.