hgeVector::Rotate
Rotates the vector to the specified angle.
 
hgeVector *Rotate(
  float angle
);
 
Parameters
- angle
 - Angle in radians to rotate the vector to.
  
Return value
Returns pointer to the rotated vector.
 
Requirements
Header: hgevector.h 
Import library: hgehelp.lib 
 
 
 |