ImageGear Professional DLL v18.1 for Windows
Angles
Send Feedback
ImageGear Professional v18.1 > User Guide > Using ImageGear > Working with Vector Images > General Concepts of the ImageGear Vector API > Angles

Glossary Item Box

All angles are measured in radians. So, if you have an angle in degrees, you have to translate it to radian using the formula:

Ang_rad = ang_degree / 180 * VECT_PI;

Where VECT_PI is defined in vectapi.h

©2014. Accusoft Corporation. All Rights Reserved.