 | Vector3F Constructor (Single, Single, Single) |
Constructor.
Namespace: Slash.Math.Algebra.VectorsAssembly: Slash.Math (in Slash.Math.dll) Version: 1.0.6018.40177
Syntaxpublic 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 x value. - y
- Type: SystemSingle
Initial y value. - z
- Type: SystemSingle
Initial z value.
See Also