Vector3 Constructor (Single, Single, Single) |
[This is preliminary documentation and is subject to change.]
Initializes a new instance of Vector3.
Namespace: VRageMathAssembly: VRage.Math (in VRage.Math.dll) Version: 1.0.0.0
Syntax public Vector3(
float x,
float y,
float z
)
Parameters
- x
- Type: SystemSingle
Initial value for the x-component of the vector. - y
- Type: SystemSingle
Initial value for the y-component of the vector. - z
- Type: SystemSingle
Initial value for the z-component of the vector.
See Also