Package | Description |
---|---|
ini.trakem2.vector |
Modifier and Type | Class and Description |
---|---|
class |
VectorString2D
String of vectors.
|
class |
VectorString3D |
Modifier and Type | Field and Description |
---|---|
protected VectorString |
Editions.vs1 |
protected VectorString |
Editions.vs2 |
Modifier and Type | Method and Description |
---|---|
VectorString |
Editions.getVS1() |
VectorString |
Editions.getVS2() |
VectorString |
VectorString3D.subVectorString(int first,
int last)
Create a new VectorString for the given range.
|
VectorString |
VectorString2D.subVectorString(int first,
int last)
Create a new VectorString for the given range.
|
VectorString |
VectorString.subVectorString(int first,
int last) |
Modifier and Type | Method and Description |
---|---|
double |
VectorString3D.distance(int i,
VectorString vs,
int j)
Distance from point i in this to point j in vs2.
|
double |
VectorString2D.distance(int i,
VectorString vs,
int j)
Distance from point i in this to point j in vs2.
|
double |
VectorString.distance(int i,
VectorString vs,
int j) |
double |
VectorString3D.getDiffVectorLength(int i,
int j,
VectorString vsb)
Subtracts vs2 vector j to this vector i and returns its length, without changing any data.
|
double |
VectorString2D.getDiffVectorLength(int i,
int j,
VectorString vs2)
Subtracts vs2 vector j to this vector i and returns its length, without changing any data.
|
double |
VectorString.getDiffVectorLength(int i,
int j,
VectorString vs) |
Constructor and Description |
---|
Editions(VectorString vs1,
VectorString vs2,
double delta,
boolean closed) |
Editions(VectorString vs1,
VectorString vs2,
double delta,
boolean closed,
double wi,
double wd,
double wm) |
Copyright © 2015–2021 Fiji. All rights reserved.