MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / getVertexLimit

Method getVertexLimit

src/main/java/field/graphics/BaseMesh.java:202–204  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

200 }
201
202 public int getVertexLimit() {
203 return limitVertex;
204 }
205
206 public int getElementDimension() {
207 return elements == null ? 0 : elements.getDimension();

Callers 4

FontSupportMethod · 0.95
debugContentsMethod · 0.95
toStringMethod · 0.95
doOpenAppendMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected