Vector4(Vector3) Constructor |
Initializes a new instance of the
Vector4 struct.
Namespace: Microsoft.DirectXAssembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.00.00
Syntaxpublic Vector4(
Vector3 v
)
Parameters
- v Vector3
- Initial value for the X, Y and Z components of the Vector4, the W component is zero.
See Also