Vector3.Vector3

Vector3(double, double, double)

Initializes a new instance of the Vector3 struct.

public Vector3(double x, double y, double z)
ParameterTypeDescription
xDoubleThe x coordinate.
yDoubleThe y coordinate.
zDoubleThe z coordinate.

See Also


Vector3(FVector3)

Initializes a new instance of the Vector3 struct.

public Vector3(FVector3 vec)
ParameterTypeDescription
vecFVector3The x coordinate.

See Also


Vector3(double)

Initializes a new instance of the Vector3 struct.

public Vector3(double v)
ParameterTypeDescription
vDoubleV.

See Also


Vector3(Vector4)

Initializes a new instance of the Vector3 struct.

public Vector3(Vector4 vec4)
ParameterTypeDescription
vec4Vector4Vec4.

See Also