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

Method FLine

src/main/java/field/graphics/FLine.java:67–68  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65 public Dict attributes = new Dict();
66 transient protected Set<String> knownNonProperties;
67 long mod = 0;
68 WeakHashMap<MeshBuilder, BookmarkCache> cache = new WeakHashMap<>();
69 WeakHashMap<MeshBuilder, BookmarkCache> cache_thickening = new WeakHashMap<>();
70 private Map<Integer, Function<Node, Object>> auxProperties;
71

Callers

nothing calls this directly

Calls 3

convertMethod · 0.95
asMap_setMethod · 0.95
getValueMethod · 0.45

Tested by

no test coverage detected