GroundVehicle.Azimuth Method

Top 

Description

Returns the azimuth angle of the argument as seen from the reference object. The definition of azimuth depends on the reference object and the passed arguments.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Overload List

Signatures

Return Value

Description

GroundVehicle.Azimuth(CelestialObject celestialObject)

Variable

Returns the angle measured from the positive x-axis to the projected location of the target on the x-y plane measured in the GroundVehicle body frame.

GroundVehicle.Azimuth(GroundStation groundStation)

Variable

Returns the angle measured from the positive x-axis to the projected location of the target on the x-y plane measured in the GroundVehicle body frame.

GroundVehicle.Azimuth(Star star)

Variable

Returns the angle measured from the positive x-axis to the projected location of the target on the x-y plane measured in the GroundVehicle body frame.

GroundVehicle.Azimuth(Variable celestialBodyIdentifier)

Variable

Returns the angle measured from the positive x-axis to the projected location of the target on the x-y plane measured in the GroundVehicle body frame.

GroundVehicle.Azimuth(Vehicle vehicle)

Variable

Returns the angle measured from the positive x-axis to the projected location of the target on the x-y plane measured in the GroundVehicle body frame.

GroundVehicle.Azimuth(CelestialObject celestialObject, Sensor sensor)

Variable

Returns the angle measured from the positive x-axis to the projected location of the target on the x-y plane in the coordinate frame of the input sensor.

GroundVehicle.Azimuth(GroundStation groundStation, Sensor sensor)

Variable

Returns the angle measured from the positive x-axis to the projected location of the target on the x-y plane in the coordinate frame of the input sensor.

GroundVehicle.Azimuth(Star star, Sensor sensor)

Variable

Returns the angle measured from the positive x-axis to the projected location of the target on the x-y plane in the coordinate frame of the input sensor.

GroundVehicle.Azimuth(Variable celestialBodyIdentifier, Sensor sensor)

Variable

Returns the angle measured from the positive x-axis to the projected location of the target on the x-y plane in the coordinate frame of the input sensor.

GroundVehicle.Azimuth(Vehicle vehicle, Sensor sensor)

Variable

Returns the angle measured from the positive x-axis to the projected location of the target on the x-y plane in the coordinate frame of the input sensor.

 

 

See also

GroundVehicle Object