Uses of Interface
org.osm2world.core.math.Vector3D

Packages that use Vector3D
org.osm2world.core.math classes for geometric objects that are used throughout OSM2World 
org.osm2world.core.target.jogl   
 

Uses of Vector3D in org.osm2world.core.math
 

Classes in org.osm2world.core.math that implement Vector3D
 class VectorXYZ
           
 class VectorXZ
          immutable two-dimensional vector with x and z component
 

Constructor parameters in org.osm2world.core.math with type arguments of type Vector3D
AxisAlignedBoundingBoxXZ(Collection<? extends Vector3D> boundedPoints)
           
 

Uses of Vector3D in org.osm2world.core.target.jogl
 

Methods in org.osm2world.core.target.jogl with parameters of type Vector3D
static void JOGLTarget.drawText(String string, Vector3D pos, Color color)