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

Method elements

src/main/java/field/graphics/BaseMesh.java:54–56  ·  view source on GitHub ↗

return a view onto the element storage for this mesh. Write your element data into this IntBuffer

(boolean readOnly)

Source from the content-addressed store, hash-verified

52 * return a view onto the element storage for this mesh. Write your element data into this IntBuffer
53 */
54 public IntBuffer elements(boolean readOnly) {
55 return elements.ints(readOnly);
56 }
57
58
59 /**

Callers 5

debugContentsMethod · 0.95
geometryMethod · 0.80
geometryMethod · 0.80
copyMethod · 0.80
mergeMethod · 0.80

Calls 1

intsMethod · 0.65

Tested by

no test coverage detected