meta data for this page
  •  

This is an old revision of the document!


Star

A two dimensional shape made from straight rays extending from a center. All vertices are the same distance from the center.

There are two patterns to create a star. The first pattern uses vertices and density to change the shape of the star.

Defaults:

  • vertices: 5
  • density: 2
  • outerRadius: 1
  • innerRadius: 0
  • startAngle: 0
  • center: [0, 0, 0]
const myshape = star({vertices: 8, outerRadius: 10})