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

Method depthTo

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

handy method that sets the z coordinate of all the nodes in this FLine to be the `depth` of this box (or 0) @param of

(Box of)

Source from the content-addressed store, hash-verified

1540
1541 public long getModCount() {
1542 return mod;
1543 }
1544
1545 @Override
1546 public FLine get() {
1547 return this;
1548 }
1549

Callers 2

executeNowAtMethod · 0.95
chordOverMethod · 0.80

Calls 2

getFloatMethod · 0.80
setZMethod · 0.45

Tested by

no test coverage detected