| Vector4F Constructor (Vector3F, Single) |
Initializes a new instance of the
Vector4F class.
Namespace: DigitalRune.Mathematics.AlgebraAssembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax public Vector4F(
Vector3F vector,
float w
)
Public Sub New (
vector As Vector3F,
w As Single
)
public:
Vector4F(
Vector3F vector,
float w
)
new :
vector : Vector3F *
w : float32 -> Vector4F
Parameters
- vector
- Type: DigitalRune.Mathematics.AlgebraVector3F
The vector (x, y, z). - w
- Type: SystemSingle
The w component.
See Also