public final class PickSegment extends PickShape
Constructor and Description |
---|
PickSegment()
Constructs an empty PickSegment.
|
PickSegment(Point3d start,
Point3d end)
Constructs a line segment pick shape from the specified
parameters.
|
Modifier and Type | Method and Description |
---|---|
void |
get(Point3d start,
Point3d end)
Gets the parameters from this PickSegment.
|
void |
set(Point3d start,
Point3d end)
Sets the parameters of this PickSegment to the specified values.
|
public PickSegment()
Copyright © 2016–2022 SciJava. All rights reserved.