mirror of
https://github.com/google/pebble.git
synced 2025-05-30 06:53:12 +00:00
spelling: algorithm
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
916a84faca
commit
49b0f1f668
2 changed files with 2 additions and 2 deletions
|
@ -80,7 +80,7 @@ static GPointPrecise prv_get_rotated_precise_point_for_ellipsis(GPointPrecise ce
|
|||
}
|
||||
}
|
||||
|
||||
// This algorthm operates on angle starting at our 90° mark, so we add 90°
|
||||
// This algorithm operates on angle starting at our 90° mark, so we add 90°
|
||||
// and flip x/y coordinates (see last line of this function)
|
||||
angle = (angle + (TRIG_MAX_ANGLE / 4)) % TRIG_MAX_ANGLE;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue