 | Vector2I Constructor (Vector2I) |
Constructor.
Namespace: Slash.Math.Algebra.VectorsAssembly: Slash.Math (in Slash.Math.dll) Version: 1.0.6018.40177
Syntaxpublic Vector2I(
Vector2I vector
)
Public Sub New (
vector As Vector2I
)
public:
Vector2I(
Vector2I vector
)
new :
vector : Vector2I -> Vector2I
Parameters
- vector
- Type: Slash.Math.Algebra.VectorsVector2I
Initial vector.
See Also