| Vector3F Constructor (Single, Single, Single) |
Namespace: DigitalRune.Mathematics.AlgebraAssembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax public Vector3F(
float x,
float y,
float z
)
Public Sub New (
x As Single,
y As Single,
z As Single
)
public:
Vector3F(
float x,
float y,
float z
)
new :
x : float32 *
y : float32 *
z : float32 -> Vector3F
Parameters
- x
- Type: SystemSingle
Initial value for the x component. - y
- Type: SystemSingle
Initial value for the y component. - z
- Type: SystemSingle
Initial value for the z component.
See Also