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