Vec::SetXY

Background

This method assigns the XY elements of the vector.

Prototype

inline void SetXY( Coord p_fX, Coord p_fY )

Parameters

  • Coord p_fX: The method assigns this value as the X coordinate.
  • Coord p_fY: The method assigns this value as the Y coordinate.