Package | Description |
---|---|
org.scijava.java3d.utils.behaviors.picking |
Deprecated: Use
org.scijava.java3d.utils.pickfast.behaviors
instead. |
Modifier and Type | Method and Description |
---|---|
static boolean |
Intersect.pointAndLine(PickPoint point,
Point3d[] coordinates,
int index)
Deprecated.
Determines if the
PickPoint and Line
objects intersect. |
static boolean |
Intersect.pointAndLine(PickPoint point,
Point3f[] coordinates,
int index)
Deprecated.
Return true if line intersects with point.
|
static boolean |
Intersect.pointAndPoint(PickPoint point,
Point3d pnt)
Deprecated.
Determines if the
PickPoint and Point3d
objects intersect. |
static boolean |
Intersect.pointAndPoint(PickPoint point,
Point3f pnt)
Deprecated.
Return true if pnt intersects with point.
|
Copyright © 2016–2022 SciJava. All rights reserved.