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