|
Vector3 Constructor (Single, Single, Single)
|
Initializes a new instance of the
Vector3 structure.
Namespace:
Accord.Math
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public Vector3(
float x,
float y,
float z
)
Public Sub New (
x As Single,
y As Single,
z 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.
See Also