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

Method floats

src/main/java/field/graphics/ArrayBuffer.java:46–46  ·  view source on GitHub ↗

returns a read/write view onto this buffer as a FloatBuffer (equivalent to floats(false))

()

Source from the content-addressed store, hash-verified

44 * returns a read/write view onto this buffer as a FloatBuffer (equivalent to floats(false))
45 */
46 default FloatBuffer floats() {
47 return floats(false);
48 }
49

Callers 6

mergeMethod · 0.95
ensureSizeMethod · 0.95
auxMapForMethod · 0.65
vertexMethod · 0.65
auxMethod · 0.65
debugContentsMethod · 0.65

Implementers 1

SimpleArrayBuffersrc/main/java/field/graphics/SimpleArr

Calls

no outgoing calls

Tested by

no test coverage detected