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