ジオメトリの頂点を含む配列。
ジオメトリの頂点は p5.Vectorオブジェクトとして myGeometry.vertices 配列に格納されています。ジオメトリの最初の頂点は p5.Vectorオブジェクトで myGeometry.vertices[0]、 2番目の頂点はmyGeometry.vertices[1]、3番目の頂点は myGeometry.vertices[2]、というように続きます。
実例
This page is generated from the comments in src/webgl/p5.Geometry.js . Please feel free to edit it and submit a pull request!