Package | Description |
---|---|
com.metsci.glimpse.util.geo.projection |
Modifier and Type | Method and Description |
---|---|
KinematicVector2d |
GeoProjection.reprojectPosVelFrom(double x,
double y,
double vx,
double vy,
GeoProjection fromProjection)
Reproject x, y position and corresponding x, y velocity vector at that location from a
previous projection to this projection.
|
KinematicVector2d |
MercatorProjection.reprojectPosVelFrom(double x,
double y,
double vx,
double vy,
GeoProjection fromProjection) |
KinematicVector2d |
TangentPlane.reprojectPosVelFrom(double x,
double y,
double vx,
double vy,
GeoProjection fromProjection) |
KinematicVector2d |
KinematicVector2d.timeUpdatedConstantVelocity(double deltaT)
Returns the KinematicVector2d produced by time updating with constant velocity motion for for
the given amount of time forward.
|
Copyright © 2016 Metron, Inc.. All rights reserved.