Uses of Class
org.locationtech.jts.math.Vector3D
Packages that use Vector3D
-
Uses of Vector3D in org.locationtech.jts.math
Fields in org.locationtech.jts.math declared as Vector3DMethods in org.locationtech.jts.math that return Vector3DModifier and TypeMethodDescriptionstatic 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.normalize()
Methods in org.locationtech.jts.math with parameters of type Vector3DModifier and TypeMethodDescriptiondouble
Computes the dot-product of two vectorsConstructors in org.locationtech.jts.math with parameters of type Vector3D -
Uses of Vector3D in org.locationtech.jts.operation.distance3d
Methods in org.locationtech.jts.operation.distance3d that return Vector3DModifier and TypeMethodDescriptionprivate Vector3D
PlanarPolygon3D.averageNormal
(CoordinateSequence seq) Computes an average normal vector from a list of polygon coordinates.