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

Method vertex

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

return a view onto the vertex storage for this mesh. Write your vertex data into this FloatBuffer

(boolean readOnly)

Source from the content-addressed store, hash-verified

36 * return a view onto the vertex storage for this mesh. Write your vertex data into this FloatBuffer
37 */
38 public FloatBuffer vertex(boolean readOnly) {
39 return buffer(0, 3).floats(readOnly);
40 }
41
42 /**
43 * equivalent to vertex(false)

Callers 8

toStringMethod · 0.95
geometryMethod · 0.80
geometryMethod · 0.80
planarRotateMethod · 0.80
copyMethod · 0.80
mergeMethod · 0.80
transformMethod · 0.80
retrieveVertexMethod · 0.80

Calls 2

bufferMethod · 0.95
floatsMethod · 0.65

Tested by

no test coverage detected