Gets the Z component. @return The Z component.
()
| 594 | * @return The Z component. |
| 595 | */ |
| 596 | public double getZ() { |
| 597 | return z; |
| 598 | } |
| 599 | |
| 600 | /** |
| 601 | * Gets the floored value of the Z component, indicating the block that |
no outgoing calls
no test coverage detected