public final class PickRay extends PickShape
Constructor and Description |
---|
PickRay()
Constructs an empty PickRay.
|
PickRay(Point3d origin,
Vector3d direction)
Constructs an infinite ray pick shape from the specified
parameters.
|
Modifier and Type | Method and Description |
---|---|
void |
get(Point3d origin,
Vector3d direction)
Retrieves the parameters from this PickRay.
|
void |
set(Point3d origin,
Vector3d direction)
Sets the parameters of this PickRay to the specified values.
|
public PickRay()
Copyright © 2016–2022 SciJava. All rights reserved.