Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
FontSupport
Method · 0.95
debugContents
Method · 0.95
toString
Method · 0.95
doOpenAppend
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected