Click or drag to resize
DigitalRuneVector3F Constructor (Single, Single, Single)
Initializes a new instance of Vector3F.

Namespace: DigitalRune.Mathematics.Algebra
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
public Vector3F(
	float x,
	float y,
	float z
)

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