3 references to CreateRotationRadians
Microsoft.Maui.Controls (3)
Shapes\Matrix.cs (3)
109 this *= CreateRotationRadians(angle * (Math.PI / 180.0), centerX, centerY); 116 this = CreateRotationRadians(angle * (Math.PI / 180.0), centerX, centerY) * this; 553 return CreateRotationRadians(angle, 0, 0);