public class Segment extends Object
Constructor | Description |
---|---|
Segment(Vector3D start,
Vector3D end,
Line line) |
Build a segment.
|
Modifier and Type | Method | Description |
---|---|---|
Vector3D |
getEnd() |
Get the end point of the segment.
|
Line |
getLine() |
Get the line containing the segment.
|
Vector3D |
getStart() |
Get the start point of the segment.
|
public Vector3D getStart()
public Vector3D getEnd()
public Line getLine()
Copyright © 2016–2018 Hipparchus.org. All rights reserved.