Package | Description |
---|---|
net.imglib2.roi.geom.real |
Modifier and Type | Interface and Description |
---|---|
interface |
WritableLine
A modifiable
Line . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultWritableLine
Represents a line segment as defined by two end points, which can be embedded
in n-dimensional space.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
Line.equals(Line line1,
Line line2)
Determines whether two lines describe the same region.
|
static int |
Line.hashCode(Line line)
Computes a hash code for a line.
|
Copyright © 2015–2022 ImgLib2. All rights reserved.