|
Vector4 Constructor (Single, Single, Single, Single)
|
Initializes a new instance of the
Vector4 structure.
Namespace:
Accord.Math
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public Vector4(
float x,
float y,
float z,
float w
)
Public Sub New (
x As Single,
y As Single,
z As Single,
w As Single
)
Request Example
View SourceParameters
- x
- Type: SystemSingle
X coordinate of the vector. - y
- Type: SystemSingle
Y coordinate of the vector. - z
- Type: SystemSingle
Z coordinate of the vector. - w
- Type: SystemSingle
W coordinate of the vector.
See Also