Vector3.DegreesToRadians(Vector3) 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::Vector3 DegreesToRadians(System::Numerics::Vector3 degrees);
public static System.Numerics.Vector3 DegreesToRadians (System.Numerics.Vector3 degrees);
static member DegreesToRadians : System.Numerics.Vector3 -> System.Numerics.Vector3
Public Shared Function DegreesToRadians (degrees As Vector3) As Vector3
Parametry
- degrees
- Vector3
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.