Vector2(Vector2) Constructor |
Initializes a new instance of the
Vector2 struct.
Namespace: Microsoft.DirectXAssembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.01.00
Syntaxpublic Vector2(
Vector2 v
)
Parameters
- v Vector2
- Initial value for all components of the Vector2.
See Also