InertiaProcessor2D.Process(Int64) Method

Definition

Extrapolates the manipulation's position, orientation, and average radius at the specified time.

public:
 bool Process(long timestamp);
public bool Process (long timestamp);
member this.Process : int64 -> bool
Public Function Process (timestamp As Long) As Boolean

Parameters

timestamp
Int64

The timestamp to perform extrapolation, in 100-nanosecond ticks.

Returns

The manipulation's position, orientation, and average radius at the specified time. true if extrapolation is in progress; otherwise, false if extrapolation has completed.

Exceptions

The timestamp parameter is less than the initial or previous timestamp.

Remarks

Timestamps are in 100-nanosecond units.

Applies to