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

Method y

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

returns the y component of this Vector @return y

()

Source from the content-addressed store, hash-verified

1676 * @return y
1677 */
1678 public double y() {
1679 return y;
1680 }
1681
1682 /**
1683 * sets the y component of this Vector

Callers 9

readVerticesMethod · 0.95
readColoredVerticesMethod · 0.95
raphael-min.jsFile · 0.45
yFunction · 0.45
zFunction · 0.45
initMethod · 0.45
performMethod · 0.45
cubeMethod · 0.45
bufferToFloatBufferMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected