Uses of Class
com.epimorphics.geo.Vector3d
-
Packages that use Vector3d Package Description com.epimorphics.geo -
-
Uses of Vector3d in com.epimorphics.geo
Methods in com.epimorphics.geo that return Vector3d Modifier and Type Method Description Vector3dVector3d. applyTransform(HelmertTransform t)Applies Helmert transform to ‘this’ point using transform parameters t.Vector3dVector3d. cross(Vector3d v)Vector3dVector3d. minus(Vector3d v)Vector3dVector3d. negate()Vector3dVector3d. plus(Vector3d v)Vector3dVector3d. rotateAround(Vector3d axis, double theta)Rotates ‘this’ point around an axis by a specified angle.Vector3dVector3d. times(double scale)Vector3dLatLonE. toCartesian()Converts ‘this’ point from polar (lat/lon) coordinates to cartesian (x/y/z) coordinates.Vector3dVector3d. unit()Normalize vector to its unit length vectorMethods in com.epimorphics.geo with parameters of type Vector3d Modifier and Type Method Description doubleVector3d. angleTo(Vector3d v)Calculates the angle between ‘this’ vector and supplied vector.doubleVector3d. angleTo(Vector3d v, Vector3d vSign)Calculates the angle between ‘this’ vector and supplied vector.Vector3dVector3d. cross(Vector3d v)doubleVector3d. dot(Vector3d v)Vector3dVector3d. minus(Vector3d v)Vector3dVector3d. plus(Vector3d v)Vector3dVector3d. rotateAround(Vector3d axis, double theta)Rotates ‘this’ point around an axis by a specified angle.
-