org.apache.commons.math3.geometry.euclidean.threed
public class Segment extends Object
Modifier and Type | Field and Description |
---|---|
private Vector3D |
end
End point of the segments.
|
private Line |
line
Line containing the segment.
|
private Vector3D |
start
Start point of the segment.
|
Constructor and Description |
---|
Segment(Vector3D start,
Vector3D end,
Line line)
Build a segment.
|
private final Vector3D start
private final Vector3D end
private final Line line
public Vector3D getStart()
public Vector3D getEnd()
public Line getLine()
Copyright (c) 2003-2013 Apache Software Foundation