Matrix.

ToRadians(double) Method

Summary

Converts an angle in degrees to radians.
Namespace
Avalonia
Containing Type
Matrix

Syntax

public static double ToRadians(double angle)

Parameters

Name Type Description
angle double The angle in degrees.

Return Value

Type Description
double The angle in radians.