|
Vector3 Constructor (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 value
)
Public Sub New (
value As Single
)
Request Example
View SourceParameters
- value
- Type: SystemSingle
Value, which is set to all 3 coordinates of the vector.
See Also