GroundVehicle.SetHeading(GroundVehicle) Method

Top 

Description

Adjusts the velocity vector and heading values of the calling GroundVehicle to reorient towards the specified GroundVehicle.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

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

 

Method Signature

GroundVehicle.SetHeading(

GroundVehicle targetGroundVehicle)

 

 

Arguments

targetGroundVehicle


Description:

The ground vehicle to be used as the endpoint.

 

 

 

Syntax

myGroundVehicle1.SetHeading(myGroundVehicle2);

 

 

See also

GroundVehicle Object

GroundVehicle.SetHeading