| Modifier and Type | Method and Description |
|---|---|
static MLine3d |
create(Vector3d firstPoint,
Vector3d secondPoint)
Creates a new instance.
|
void |
set(Vector3d startPoint,
Vector3d endPoint)
Sets the start and end points of this line.
|
void |
setEndPoint(Vector3d endPoint)
Sets the end point of this line to the value of the given point.
|
void |
setStartPoint(Vector3d startPoint)
Sets the starting point of this line to the value of the given point.
|
distance, distanceSqr, getDirection, getFirstPoint, getIntersectionPoint, getSecondPoint, intersectsvoid setStartPoint(Vector3d startPoint)
startPoint - the value that is set to be the starting point of this
linevoid setEndPoint(Vector3d endPoint)
endPoint - the value that is set to be the end point of this linevoid set(Vector3d startPoint, Vector3d endPoint)
startPoint - the value that is set to be the starting point of this
lineendPoint - the value that is set to be the end point of this lineCopyright © 2020 Solibri, Inc.. All rights reserved.