Home
last modified time | relevance | path

Searched refs:sin_t (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/gd/tests/
H A Dbug43073.phpt42 $sin_t = sin(deg2rad($delta_t));
55 $temp = $cos_t * $x + $sin_t * $y;
56 $y = $cos_t * $y - $sin_t * $x;
/php-src/ext/gd/libgd/
H A Dgd_matrix.c199 const double sin_t = sin (angle * M_PI / 180.0); in gdAffineRotate() local
203 dst[1] = sin_t; in gdAffineRotate()
204 dst[2] = -sin_t; in gdAffineRotate()

Completed in 10 milliseconds