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

Method at

src/main/java/field/graphics/FLine.java:132–136  ·  view source on GitHub ↗

returns the position of the end of this line

()

Source from the content-addressed store, hash-verified

130 nodes.get(nodes.size() - 1).asMap_call(m, m);
131 return nodes.get(nodes.size() - 1);
132 }
133
134 /**
135 * returns the position of the end of this line
136 */
137 public Vec3 at() {
138 if (nodes.size() > 0)
139 return node().to;

Callers 4

toFLineMethod · 0.45
renderToLineMethod · 0.45
renderToMeshMethod · 0.45
nextTriangleMethod · 0.45

Calls 2

nodeMethod · 0.95
sizeMethod · 0.45

Tested by

no test coverage detected