Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEndedGroup/Field2
/ right
Method
right
src/main/java/field/graphics/FLine.java:2156–2158 ·
view source on GitHub ↗
(double degrees)
Source
from the content-addressed store, hash-verified
2154
int
index;
2155
Vec3 heading =
new
Vec3(1, 0, 0);
2156
}
2157
2158
List<State> stateStack =
new
ArrayList<>();
2159
2160
public
FLine push() {
2161
State s =
new
State();
Callers
nothing calls this directly
Calls
1
left
Method · 0.95
Tested by
no test coverage detected