void setQuadVertices()

Source

void setQuadVertices() {
  _vxList = this.vxListQuad;
  _ixList = this.ixListQuad;
  _hasCustomVertices = false;
}