Skip to content
Snippets Groups Projects
Commit e182a9b0 authored by Brutzman, Don's avatar Brutzman, Don
Browse files

add javadoc to method

parent 064dbf27
No related branches found
No related tags found
No related merge requests found
......@@ -473,7 +473,12 @@ public class RangeCoordinates
westALittle.DISCoordFromLocalFlat(0.0, 0.0, 0.0);
}
public SRF_LococentricEuclidean3D getPlatformReferenceFrame(Vector3Double rangePositionCoordinates)
/**
* Get Spatial Reference Frame (SRF) for this platform at the given coordinate
* @param rangePositionCoordinates local coordinates for location of interest
* @return Spatial Reference Frame (SRF) for this platform
*/
public SRF_LococentricEuclidean3D getPlatformReferenceFrame(Vector3Double rangePositionCoordinates)
{
try
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment