Uses of Class
org.openstreetmap.josm.gui.util.imagery.Vector3D
-
Packages that use Vector3D Package Description org.openstreetmap.josm.gui.layer.geoimage Provides classes for handling layers displaying geotagged pictures.org.openstreetmap.josm.gui.layer.geoimage.viewers.projections org.openstreetmap.josm.gui.util.imagery -
-
Uses of Vector3D in org.openstreetmap.josm.gui.layer.geoimage
Methods in org.openstreetmap.josm.gui.layer.geoimage that return Vector3D Modifier and Type Method Description Vector3DImageDisplay. getRotation(IImageEntry<?> entry)Get the rotation in the image viewer for an entryVector3DImageViewerDialog. getRotation(IImageEntry<?> entry)Returns the rotation of the currently displayed image. -
Uses of Vector3D in org.openstreetmap.josm.gui.layer.geoimage.viewers.projections
Methods in org.openstreetmap.josm.gui.layer.geoimage.viewers.projections that return Vector3D Modifier and Type Method Description Vector3DEquirectangular. getRotation()default Vector3DIImageViewer. getRotation()Get the current rotation in the image viewer -
Uses of Vector3D in org.openstreetmap.josm.gui.util.imagery
Fields in org.openstreetmap.josm.gui.util.imagery declared as Vector3D Modifier and Type Field Description static Vector3DVector3D. DEFAULT_VECTOR_3DA non-null default vectorprivate Vector3DCameraPlane. rotationprivate Vector3D[][]CameraPlane. vectorsMethods in org.openstreetmap.josm.gui.util.imagery that return Vector3D Modifier and Type Method Description Vector3DCameraPlane. getRotation()static Vector3DUVMapping. getVector(double u, double v)For a given point of the texture (i.e.Vector3DCameraPlane. getVector3D(double x, double y)Convert a point to a 3D vector.Vector3DCameraPlane. getVector3D(int x, int y)Convert a point to a 3D vector (vectors are cached)Vector3DCameraPlane. getVector3D(java.awt.Point p)Convert a point to a 3D vectorVector3DVector3D. normalize()Normalize the vectorprivate Vector3DCameraPlane. rotate(Vector3D vec)Rotate a vector using the current rotationMethods in org.openstreetmap.josm.gui.util.imagery with parameters of type Vector3D Modifier and Type Method Description java.awt.PointCameraPlane. getPoint(Vector3D vector)Get the point for a vectorstatic java.awt.geom.Point2D.DoubleUVMapping. getTextureCoordinate(Vector3D vector)Returns the point of the texture image that is mapped to the given point in 3D space (given asVector3D) See the Wikipedia article on UV mapping.private Vector3DCameraPlane. rotate(Vector3D vec)Rotate a vector using the current rotationvoidCameraPlane. setRotation(Vector3D vec)Set camera plane rotation by spherical vector.
-