Vector2.DegreesToRadians(Vector2) Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
public:
static System::Numerics::Vector2 DegreesToRadians(System::Numerics::Vector2 degrees);
public static System.Numerics.Vector2 DegreesToRadians (System.Numerics.Vector2 degrees);
static member DegreesToRadians : System.Numerics.Vector2 -> System.Numerics.Vector2
Public Shared Function DegreesToRadians (degrees As Vector2) As Vector2
Parametry
- degrees
- Vector2
Návraty
Platí pro
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.