Uses of Class
org.locationtech.jts.math.Vector3D
-
Packages that use Vector3D Package Description org.locationtech.jts.math org.locationtech.jts.operation.distance3d -
-
Uses of Vector3D in org.locationtech.jts.math
Fields in org.locationtech.jts.math declared as Vector3D Modifier and Type Field Description private Vector3D
Plane3D. normal
Methods in org.locationtech.jts.math that return Vector3D 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 aCoordinate
.private Vector3D
Vector3D. divide(double d)
Vector3D
Vector3D. normalize()
Methods in org.locationtech.jts.math with parameters of type Vector3D Modifier and Type Method Description double
Vector3D. dot(Vector3D v)
Computes the dot-product of two vectorsConstructors in org.locationtech.jts.math with parameters of type Vector3D Constructor Description Plane3D(Vector3D normal, Coordinate basePt)
-
Uses of Vector3D in org.locationtech.jts.operation.distance3d
Methods in org.locationtech.jts.operation.distance3d that return Vector3D Modifier and Type Method Description private Vector3D
PlanarPolygon3D. averageNormal(CoordinateSequence seq)
Computes an average normal vector from a list of polygon coordinates.
-