Vector3 Constructor (Single) |
[This is preliminary documentation and is subject to change.]
Creates a new instance of Vector3.
Namespace: VRageMathAssembly: VRage.Math (in VRage.Math.dll) Version: 1.0.0.0
Syntax public Vector3(
float value
)
Parameters
- value
- Type: SystemSingle
Value to initialize each component to.
See Also