Vector4F.Vector4F

Vector4F(float)

Initializes a new instance of the Vector4F struct.

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

See Also


Vector4F(float, float, float, float)

Initializes a new instance of the Vector4F struct.

public Vector4F(float x, float y, float z, float w)
ParameterTypeDescription
xSingleX coordinate.
ySingleY coordinate.
zSingleZ coordinate.
wSingleW coordinate.

See Also


Vector4F(Vector4F)

Initializes a new instance of the Vector4F struct.

public Vector4F(Vector4F other)
ParameterTypeDescription
otherVector4FThe other vector.

See Also


Vector4F(Color)

Initializes a new instance of the Vector4F struct.

public Vector4F(Color color)
ParameterTypeDescription
colorColorColor.

See Also