rectangle_vertices: Generate Rectangle Vertices
Description
Generate Rectangle Vertices
Usage
rectangle_vertices(x, y, w, h)
Value
List with x, y vectors of vertices.
Arguments
- x
Center x coordinate.
- y
Center y coordinate.
- w
Half-width.
- h
Half-height.