Vector2F.Vector2F

Vector2F(float, float)

Initializes a new instance of the Vector2F struct.

public Vector2F(float x, float y)
ParameterTypeDescription
xSingleX coordinate.
ySingleY coordinate.

See Also


Vector2F(Vector2F)

Initializes a new instance of the Vector2F struct.

public Vector2F(Vector2F other)
ParameterTypeDescription
otherVector2FThe other vector.

See Also