| Package | Description |
|---|---|
| com.vividsolutions.jts.math |
| Modifier and Type | Method and Description |
|---|---|
static Vector3D |
Vector3D.create(Coordinate
Creates a vector from a
Coordinate.
|
static Vector3D |
Vector3D.create(double x, double y, double z)
Creates a new vector with given X and Y components.
|
Vector3D |
Vector3D.normalize()
|
| Modifier and Type | Method and Description |
|---|---|
double |
Vector3D.dot(Vector3D
Computes the dot-product of two vectors
|
| Constructor and Description | |
|---|---|
Plane3D(Vector3D
|