[This is preliminary documentation and is subject to change.]

Initializes a new instance of the Vector3F class

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.5 (0.6.3.5)

Syntax

   
 C# 
public Vector3F(
	float x,
	float y,
	float z
)

Parameters

x
Single
y
Single
z
Single

See Also