public abstract class CoordinateTransformer
extends java.lang.Object
Ideally you want to translate into DIS standard coordinates, but not everyone actually uses that, so I'm agnostic about whether you want to follow the standard. If you want to write a transform that puts lat/lon on the wire, that's up to you.
Constructor and Description |
---|
CoordinateTransformer() |
Modifier and Type | Method and Description |
---|---|
abstract void |
transformLocation(Vector3Double source)
Changes the coordinate system of the input coordinates to the target.
|
abstract void |
transformOrientation(Vector3Float source)
Transforms the euler angles from the source to the destination coordinate
system.
|
public abstract void transformLocation(Vector3Double source)
source
- public abstract void transformOrientation(Vector3Float source)
source
-