An array with the geometry's vertices.
The geometry's vertices are stored as p5.Vector objects in the myGeometry.vertices
array. The geometry's first vertex is the p5.Vector object at myGeometry.vertices[0]
, its second vertex is myGeometry.vertices[1]
, its third vertex is myGeometry.vertices[2]
, and so on.
示例
This page is generated from the comments in src/webgl/p5.Geometry.js . Please feel free to edit it and submit a pull request!