Searched refs:radians (Results 1 – 5 of 5) sorted by relevance
113 static inline s32 fixp_sin32_rad(u32 radians, u32 twopi) in fixp_sin32_rad() argument124 degrees = (radians * 360) / twopi; in fixp_sin32_rad()125 tmp = radians - (degrees * twopi) / 360; in fixp_sin32_rad()
14 Range for angular velocity readings in radians per second. Note
300 Units after application of scale and offset are radians.323 are radians.345 Units after application of scale and offset are radians per842 Phase in radians of one frequency/clock output Y2105 Units after application of scale and offset are radians.
189 The sensor is mounted 30 degrees (Pi/6 radians) tilted along the X axis, so we196 The sensor is flipped 180 degrees (Pi radians) around the Z axis, i.e. mounted
1022 pen_copy.x += round(hx * math.sin(math.radians(pen_copy.xtilt)))1024 pen_copy.y += round(hy * math.sin(math.radians(pen_copy.ytilt)))