Vector4 Constructor (Vector3, Double) |
Initializes a new instance of the
Vector4 struct.
Namespace:
Microsoft.DirectX
Assembly:
Demo3D.Common (in Demo3D.Common.dll) Version: 18.04.00
Syntaxpublic Vector4(
Vector3 v,
double w
)
Parameters
- v
- Type: Microsoft.DirectXVector3
Initial value for the X, Y and Z components of the Vector4. - w
- Type: SystemDouble
Initial value for the W component of the Vector4.
See Also