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

Method z

src/main/java/field/linalg/Vec3.java:1697–1699  ·  view source on GitHub ↗

returns the y component of this Vector @return y

()

Source from the content-addressed store, hash-verified

1695 * @return y
1696 */
1697 public double z() {
1698 return z;
1699 }
1700
1701 /**
1702 * sets the y component of this Vector

Callers 5

readVerticesMethod · 0.95
readColoredVerticesMethod · 0.95
performMethod · 0.45
cubeMethod · 0.45
bufferToFloatBufferMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected