GEOaddAngles

Top  Previous  Next

Addition of two corners in the curve measure.

With this function two handed over corners are added. The sum becomes on the interval [-p;p] standardises.

Parametre

angle1 (stands in) [IN]

angle2 (stands in) [IN]

corner dimensions to be added in the curve measure.

Result

(stands in) [OUT]

Standardised sum of both corners in the interval [-p;p].

Declaration

#include "basic.h"

 

stand in for DLLENTRY GEOAddAngles (

stand in angle1,

stand in angle2

);

Example

gamma = GEOAddAngles (0.50, 1.20)

The function delivers as a sum of the corners the value 1.7 back.

gamma = GEOAddAngles (1.50, 2.00)

The function delivers as a sum of the corners the value-2.783... (3.5-2*p) back.