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 Vector3DVector3D.create(double x, double y, double z) Creates a new vector with given X and Y components.static Vector3DVector3D.create(Coordinate coord) Creates a vector from aCoordinate.private Vector3DVector3D.divide(double d) Vector3D.normalize()Methods in org.locationtech.jts.math with parameters of type Vector3DModifier and TypeMethodDescriptiondoubleComputes 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 Vector3DPlanarPolygon3D.averageNormal(CoordinateSequence seq) Computes an average normal vector from a list of polygon coordinates.