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 Vector3D
ImageDisplay. getRotation(IImageEntry<?> entry)
Get the rotation in the image viewer for an entryVector3D
ImageViewerDialog. 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 Vector3D
Equirectangular. getRotation()
default Vector3D
IImageViewer. 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 Vector3D
Vector3D. DEFAULT_VECTOR_3D
A non-null default vectorprivate Vector3D
CameraPlane. rotation
private Vector3D[][]
CameraPlane. vectors
Methods in org.openstreetmap.josm.gui.util.imagery that return Vector3D Modifier and Type Method Description Vector3D
CameraPlane. getRotation()
static Vector3D
UVMapping. getVector(double u, double v)
For a given point of the texture (i.e.Vector3D
CameraPlane. getVector3D(double x, double y)
Convert a point to a 3D vector.Vector3D
CameraPlane. getVector3D(int x, int y)
Convert a point to a 3D vector (vectors are cached)Vector3D
CameraPlane. getVector3D(Point p)
Convert a point to a 3D vectorVector3D
Vector3D. normalize()
Normalize the vectorprivate Vector3D
CameraPlane. 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 Point
CameraPlane. getPoint(Vector3D vector)
Get the point for a vectorstatic Point2D.Double
UVMapping. 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 Vector3D
CameraPlane. rotate(Vector3D vec)
Rotate a vector using the current rotationvoid
CameraPlane. setRotation(Vector3D vec)
Set camera plane rotation by spherical vector.
-