Package | Description |
---|---|
org.locationtech.jts.math | |
org.locationtech.jts.operation.distance3d |
Modifier and Type | Field and Description |
---|---|
private Vector3D |
Plane3D.normal |
Modifier and Type | Method and Description |
---|---|
static Vector3D |
Vector3D.create(Coordinate coord)
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.
|
private Vector3D |
Vector3D.divide(double d) |
Vector3D |
Vector3D.normalize() |
Modifier and Type | Method and Description |
---|---|
double |
Vector3D.dot(Vector3D v)
Computes the dot-product of two vectors
|
Constructor and Description |
---|
Plane3D(Vector3D normal,
Coordinate basePt) |
Modifier and Type | Method and Description |
---|---|
private Vector3D |
PlanarPolygon3D.averageNormal(CoordinateSequence seq)
Computes an average normal vector from a list of polygon coordinates.
|