Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/McJty/TutorialV3
/ v
Method
v
src/main/java/com/example/tutorialv3/varia/ClientTools.java:66–68 ·
view source on GitHub ↗
(float x, float y, float z)
Source
from the content-addressed store, hash-verified
64
}
65
66
public
static
Vector3f v(float x, float y, float z) {
67
return
new
Vector3f(x, y, z);
68
}
69
}
Callers
1
generateQuads
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected