| Package | Description |
|---|---|
| com.epimorphics.geo |
| Modifier and Type | Method and Description |
|---|---|
Vector3d |
Vector3d.applyTransform(HelmertTransform t)
Applies Helmert transform to ‘this’ point using transform parameters t.
|
Vector3d |
Vector3d.cross(Vector3d v) |
Vector3d |
Vector3d.minus(Vector3d v) |
Vector3d |
Vector3d.negate() |
Vector3d |
Vector3d.plus(Vector3d v) |
Vector3d |
Vector3d.rotateAround(Vector3d axis,
double theta)
Rotates ‘this’ point around an axis by a specified angle.
|
Vector3d |
Vector3d.times(double scale) |
Vector3d |
LatLonE.toCartesian()
Converts ‘this’ point from polar (lat/lon) coordinates to cartesian (x/y/z) coordinates.
|
Vector3d |
Vector3d.unit()
Normalize vector to its unit length vector
|
| Modifier and Type | Method and Description |
|---|---|
double |
Vector3d.angleTo(Vector3d v)
Calculates the angle between ‘this’ vector and supplied vector.
|
double |
Vector3d.angleTo(Vector3d v,
Vector3d vSign)
Calculates the angle between ‘this’ vector and supplied vector.
|
Vector3d |
Vector3d.cross(Vector3d v) |
double |
Vector3d.dot(Vector3d v) |
Vector3d |
Vector3d.minus(Vector3d v) |
Vector3d |
Vector3d.plus(Vector3d v) |
Vector3d |
Vector3d.rotateAround(Vector3d axis,
double theta)
Rotates ‘this’ point around an axis by a specified angle.
|
Copyright © 2019. All rights reserved.