Uses of Class
org.locationtech.jts.math.Vector3D
-
Packages that use Vector3D Package Description org.locationtech.jts.math -
-
Uses of Vector3D in org.locationtech.jts.math
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
.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)
-