The PositionHeadingVelocity type exposes the following members.

Constructors

  NameDescription
Public methodPositionHeadingVelocity()()()()
Instantiate a PositionHeadingVelocity object
Public methodPositionHeadingVelocity(Single, Single, Single, Single, Single, Single)
Instantiate a PositionHeadingVelocity object

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)

Fields

  NameDescription
Public fieldHeadingX
X component of the heading
Public fieldHeadingY
Y component of the heading
Public fieldVelocityX
Velocity in the X direction
Public fieldVelocityY
Velocity in the Y direction
Public fieldX
X coordinate of the position
Public fieldY
Y coordinate of the position

See Also