returns the position of the end of this line
()
| 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; |
no test coverage detected