Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
readVertices
Method · 0.95
readColoredVertices
Method · 0.95
perform
Method · 0.45
cube
Method · 0.45
bufferToFloatBuffer
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected