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