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