public interface ParallelLineGenerator
| Modifier and Type | Interface and Description |
|---|---|
static class |
ParallelLineGenerator.Line
A line defined as a direction and point it passes through.
|
| Modifier and Type | Method and Description |
|---|---|
org.joml.Vector3dc |
getDirection() |
ParallelLineGenerator.Line |
nextLine() |
ParallelLineGenerator.Line nextLine()
org.joml.Vector3dc getDirection()
Copyright © 2018–2022 BoneJ. All rights reserved.