Vector3 Constructors
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.
Creates a new instance of the Vector3 structure.
Overloads
Vector3(ReadOnlySpan<Single>) |
Constructs a vector from the given ReadOnlySpan<T>. The span must contain at least 3 elements. |
Vector3(Single) |
Creates a new Vector3 object whose three elements have the same value. |
Vector3(Vector2, Single) |
Creates a new Vector3 object from the specified Vector2 object and the specified value. |
Vector3(Single, Single, Single) |
Creates a vector whose elements have the specified values. |
- Source:
- Vector3.cs
- Source:
- Vector3.cs
- Source:
- Vector3.cs
Constructs a vector from the given ReadOnlySpan<T>. The span must contain at least 3 elements.
public:
Vector3(ReadOnlySpan<float> values);
public Vector3(ReadOnlySpan<float> values);
new System.Numerics.Vector3 : ReadOnlySpan<single> -> System.Numerics.Vector3
Public Sub New (values As ReadOnlySpan(Of Single))
Parameters
- values
- ReadOnlySpan<Single>
The span of elements to assign to the vector.
Applies to
.NET 10 och andra versioner
Produkt | Versioner |
---|---|
.NET | 6, 7, 8, 9, 10 |
- Source:
- Vector3.cs
- Source:
- Vector3.cs
- Source:
- Vector3.cs
Creates a new Vector3 object whose three elements have the same value.
public:
Vector3(float value);
public Vector3(float value);
new System.Numerics.Vector3 : single -> System.Numerics.Vector3
Public Sub New (value As Single)
Parameters
- value
- Single
The value to assign to all three elements.
Applies to
.NET 10 och andra versioner
Produkt | Versioner |
---|---|
.NET | Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10 |
.NET Framework | 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET Standard | 2.0 (package-provided), 2.1 |
UWP | 10.0 |
- Source:
- Vector3.cs
- Source:
- Vector3.cs
- Source:
- Vector3.cs
public:
Vector3(System::Numerics::Vector2 value, float z);
public Vector3(System.Numerics.Vector2 value, float z);
new System.Numerics.Vector3 : System.Numerics.Vector2 * single -> System.Numerics.Vector3
Public Sub New (value As Vector2, z As Single)
Parameters
- value
- Vector2
The vector with two elements.
Applies to
.NET 10 och andra versioner
Produkt | Versioner |
---|---|
.NET | Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10 |
.NET Framework | 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET Standard | 2.0 (package-provided), 2.1 |
UWP | 10.0 |
- Source:
- Vector3.cs
- Source:
- Vector3.cs
- Source:
- Vector3.cs
Creates a vector whose elements have the specified values.
public:
Vector3(float x, float y, float z);
public Vector3(float x, float y, float z);
new System.Numerics.Vector3 : single * single * single -> System.Numerics.Vector3
Public Sub New (x As Single, y As Single, z As Single)
Parameters
Applies to
.NET 10 och andra versioner
Produkt | Versioner |
---|---|
.NET | Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10 |
.NET Framework | 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET Standard | 2.0 (package-provided), 2.1 |
UWP | 10.0 |
Feedback om .NET
.NET är ett öppen källkod projekt. Välj en länk för att ge feedback: