ImageGear Professional DLL v17.1 for Windows Accusoft
Angles
Send Feedback  
ImageGear Professional DLL v17.1 for Windows > 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

©2012. Accusoft Corporation. All Rights Reserved.