beamToXyz(x, ...)
xyzToEnu(x, ...)
enuToOther(x, ...)
toEnu(x, ...)
"adv"
or "adp"
.x
, but with x[["v"]]
converted from beam coordinates to xyz coordinates, and with
x[["oceCoordinate"]]
changed from "beam"
to "xyz"
.beamToXyz
calls beamToXyzAdp
for an object that inhertis from
"adp"
or beamToXyzAdv
for an object that inhertis from
"adv"
.beamToXyzAdp
, beamToXyzAdv
,
xyzToEnuAdp
, xyzToEnuAdv
,
enuToOtherAdp
, enuToOtherAdv
,
toEnuAdp
, and toEnuAdv
.