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

Method transform

src/main/java/field/graphics/FLine.java:2333–2336  ·  view source on GitHub ↗
(Function<Vec3, Vec3> by)

Source from the content-addressed store, hash-verified

2331 public Node duplicate() {
2332 throw new Error();
2333 }
2334
2335 @HiddenInAutocomplete
2336 @Override
2337 public List<Completion> getCompletionsFor(String prefix) {
2338
2339 List<Completion> l1 = Dict.canonicalProperties().filter(x -> x.getAttributes().has(Dict.domain))

Callers

nothing calls this directly

Calls 3

modifyMethod · 0.95
setMethod · 0.65
applyMethod · 0.65

Tested by

no test coverage detected