mirror of
https://github.com/servo/servo.git
synced 2025-08-16 10:55:34 +01:00
Update web-platform-tests to revision 155daf0c385420faf208b8bd5e319e244ec7f9cc
This commit is contained in:
parent
4e6b100c7e
commit
e9bdf87a27
768 changed files with 5782 additions and 26218 deletions
|
@ -57,7 +57,7 @@
|
|||
}
|
||||
|
||||
// The 3D rotation matrix is described in CSS Transforms with alpha.
|
||||
// Please see: https://drafts.csswg.org/css-transforms-1/#Rotate3dDefined
|
||||
// Please see: https://drafts.csswg.org/css-transforms-2/#Rotate3dDefined
|
||||
var alpha_in_radians = deg2rad(alpha_in_degrees / 2);
|
||||
var sc = Math.sin(alpha_in_radians) * Math.cos(alpha_in_radians);
|
||||
var sq = Math.sin(alpha_in_radians) * Math.sin(alpha_in_radians);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue