Uses of Class
org.openstreetmap.josm.gui.util.imagery.Vector3D.VectorType
-
Packages that use Vector3D.VectorType Package Description org.openstreetmap.josm.gui.util.imagery -
-
Uses of Vector3D.VectorType in org.openstreetmap.josm.gui.util.imagery
Methods in org.openstreetmap.josm.gui.util.imagery that return Vector3D.VectorType Modifier and Type Method Description static Vector3D.VectorType
Vector3D.VectorType. valueOf(String name)
Returns the enum constant of this type with the specified name.static Vector3D.VectorType[]
Vector3D.VectorType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openstreetmap.josm.gui.util.imagery with parameters of type Vector3D.VectorType Constructor Description Vector3D(Vector3D.VectorType vectorType, double first, double second, double third)
Create a new Vector3D object.
-