GetAngle Examples // Create a new vector called theVector with x = 15.0 and y = 20.0 //
Vec2D theVector( 15.0, 20.0 ); // Get the angle of the vector // float angle = theVector.GetAngle(); Other functions of the class Vec2D
Questions about GetAngle? Click here. |