Searched defs:ang (Results 1 – 6 of 6) sorted by relevance
/plan9/sys/src/cmd/gs/src/ |
H A D | gsmisc.c | 1085 gs_sin_degrees(double ang) in gs_sin_degrees() 1105 gs_cos_degrees(double ang) in gs_cos_degrees() 1127 gs_sincos_degrees(double ang, gs_sincos_t * psincos) in gs_sincos_degrees() 1147 gs_sin_degrees(double ang) in gs_sin_degrees() 1162 gs_cos_degrees(double ang) in gs_cos_degrees() 1174 gs_sincos_degrees(double ang, gs_sincos_t * psincos) in gs_sincos_degrees()
|
H A D | gsmatrix.c | 64 gs_make_rotation(floatp ang, gs_matrix * pmat) in gs_make_rotation() 178 gs_matrix_rotate(const gs_matrix * pm, floatp ang, gs_matrix * pmr) in gs_matrix_rotate()
|
H A D | zmatrix.c | 174 double ang; in zrotate() local
|
H A D | gscoord.c | 263 gs_rotate(gs_state * pgs, floatp ang) in gs_rotate()
|
/plan9/sys/src/libgeometry/ |
H A D | quaternion.c | 202 double u, v, ang, s; in slerp() local
|
/plan9/sys/src/cmd/pic/ |
H A D | pltroff.c | 231 double ang, int nhead) /* draw arrow (without shaft) */ in arrow()
|