public final class Distance extends Object
Constructor and Description |
---|
Distance(double length,
Vector3d startPoint,
Vector3d endPoint)
Default all-args constructor for the Distance class.
|
Modifier and Type | Method and Description |
---|---|
Vector3d |
getEndPoint()
Returns the end point.
|
double |
getLength()
Returns the length.
|
Vector3d |
getStartPoint()
Returns the start point.
|
public double getLength()
public Vector3d getStartPoint()
public Vector3d getEndPoint()
Copyright © 2019 Solibri, Inc.. All rights reserved.