FVector3(Single, Single, Single) Constructor

Create a new instance of the FVector3 Item.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public FVector3(
	float x,
	float y,
	float z
)

Parameters

x  Single
X magnitude.
y  Single
Y magnitude.
z  Single
Z magnitude.

See Also