Number of components in the vertices buffer.
vertices
static int BASE_verticesCount(int elementCount) => elementCount > 0 ? elementCount * 3 : 0;