Britbot

Copies the parameters of a given heading vector.

Parameters:
hvthe heading vector to copy from

Definition at line 115 of file HeadingVector.cs.

        {
            this.X = hv.X;
            this.Y = hv.Y;
        }