Shape.make

Make a new Shape object with the given type and vertices.

  1. Shape make(Type type, float[] mat)
  2. Shape make(Type type, Vertex[] vertices)
    class Shape
    final static
    make

Meta