JCL Help:NormalizeAngle
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: NormalizeAngle Function
Search in JCL Help
Search in all projects
Summary
Normalizes the given angle
Pascal
function NormalizeAngle(const Angle: Float): Float;
Parameters
Parameters | Description |
const Angle: Float | The angle to normalize. |
Return Value
The normalized angle.
Description
NormalizeAngle normalizes the given angle. That is, it makes sure that the angle falls in the interval -PI..PI by iteratively adding or subtracting 2*PI.
About
Unit
Donator
J. Debord
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page