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

Method left

src/main/java/field/graphics/FLine.java:2151–2154  ·  view source on GitHub ↗
(double degrees)

Source from the content-addressed store, hash-verified

2149 public FLine right(double degrees) {
2150 return left(-degrees);
2151 }
2152
2153 public class State {
2154 int index;
2155 Vec3 heading = new Vec3(1, 0, 0);
2156 }
2157

Callers 1

rightMethod · 0.95

Calls 2

fromAxisAngleDegMethod · 0.80
transformMethod · 0.65

Tested by

no test coverage detected