Q3Tracker_MovePosition
You can use theQ3Tracker_MovePositionfunction to move the position of a tracker relative to its current position.
TQ3Status Q3Tracker_MovePosition ( TQ3TrackerObject trackerObject, TQ3ControllerRef controllerRef, const TQ3Vector3D *delta);
trackerObject- A tracker object.
controllerRef- A reference to a controller.
delta- The desired change in position of the specified tracker.
DESCRIPTION
TheQ3Tracker_MovePositionfunction adds the value specified by thedeltaparameter to the position of the tracker specified by thetrackerObjectandcontrollerRefparameters. If the specified tracker is inactive,Q3Tracker_MovePositionhas no effect.
- Note
- Calling
Q3Tracker_MovePositionmight cause the notify function of the tracker to be called.![]()
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help