Quaternion.Create Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Create(Vector3, Single)
public:
static System::Numerics::Quaternion Create(System::Numerics::Vector3 vectorPart, float scalarPart);
public static System.Numerics.Quaternion Create(System.Numerics.Vector3 vectorPart, float scalarPart);
static member Create : System.Numerics.Vector3 * single -> System.Numerics.Quaternion
Public Shared Function Create (vectorPart As Vector3, scalarPart As Single) As Quaternion
Parameters
- vectorPart
- Vector3
- scalarPart
- Single
Returns
Applies to
Create(Single, Single, Single, Single)
public:
static System::Numerics::Quaternion Create(float x, float y, float z, float w);
public static System.Numerics.Quaternion Create(float x, float y, float z, float w);
static member Create : single * single * single * single -> System.Numerics.Quaternion
Public Shared Function Create (x As Single, y As Single, z As Single, w As Single) As Quaternion
Parameters
- x
- Single
- y
- Single
- z
- Single
- w
- Single