| Package | Description |
|---|---|
| org.locationtech.jts.math |
| Modifier and Type | Method | Description |
|---|---|---|
static Vector3D |
Vector3D.create(double x,
double y,
double z) |
Creates a new vector with given X and Y components.
|
static Vector3D |
Vector3D.create(Coordinate coord) |
Creates a vector from a
Coordinate. |
Vector3D |
Vector3D.normalize() |
| Modifier and Type | Method | Description |
|---|---|---|
double |
Vector3D.dot(Vector3D v) |
Computes the dot-product of two vectors
|
| Constructor | Description |
|---|---|
Plane3D(Vector3D normal,
Coordinate basePt) |
Copyright © 2018. All rights reserved.