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

Method y

src/main/java/trace/graphics/PlyReader.java:642–644  ·  view source on GitHub ↗
(double v)

Source from the content-addressed store, hash-verified

640 {
641 public Vec3 at = new Vec3();
642 public Map<String, List<Float>> attributes = new LinkedHashMap<>();
643
644 public void x(double v) {
645 at.x = v;
646 }
647

Callers 1

readMeshMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected