7 references to PI
Microsoft.Maui.Graphics (3)
GeometryUtil.cs (3)
23
var degrees = radians * 180.0f / MathF.
PI
;
30
return MathF.
PI
* angle / 180;
40
return angle * (180 / MathF.
PI
);
System.Numerics.Tensors (3)
System\Numerics\Tensors\TensorPrimitives.Single.cs (3)
140
/// The angles in x must be in radians. Use <see cref="M:System.Single.DegreesToRadians(System.Single)"/> or multiply by <see cref="MathF.
PI
"/>/180 to convert degrees to radians.
819
/// The angles in x must be in radians. Use <see cref="M:System.Single.DegreesToRadians(System.Single)"/> or multiply by <see cref="MathF.
PI
"/>/180 to convert degrees to radians.
972
/// The angles in x must be in radians. Use <see cref="M:System.Single.DegreesToRadians(System.Single)"/> or multiply by <see cref="MathF.
PI
"/>/180 to convert degrees to radians.
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
71
public const float Pi = MathF.
PI
;