Vector3F.Vector3F

Vector3F(float, float, float)

Initializes a new instance of the Vector3F struct.

public Vector3F(float x, float y, float z)
ParameterTypeDescription
xSingleX coordinate.
ySingleY coordinate.
zSingleZ coordinate.

See Also


Vector3F(Vector3F)

Initializes a new instance of the Vector3F struct.

public Vector3F(Vector3F other)
ParameterTypeDescription
otherVector3FThe other vector.

See Also


Vector3F(float)

Initializes a new instance of the Vector3F struct.

public Vector3F(float val)
ParameterTypeDescription
valSingleX,Y,Z coordinate.

See Also