public final class LineModelBuilder
extends Object
-
Constructor Summary
Constructors
-
Method Summary
line(float x1,
float y1,
float z1,
float x2,
float y2,
float z2)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
LineModelBuilder
public LineModelBuilder(int segmentCount)
-
Method Details
-
line
public LineModelBuilder line(float x1,
float y1,
float z1,
float x2,
float y2,
float z2)
-