Coord.Coord C# (CSharp) Method

Coord() public method

public Coord ( float x, float y ) : System.Collections
x float
y float
return System.Collections
    public Coord(float x, float y)
        : this((int)x, (int)y)
    {
    }

Same methods

Coord::Coord ( Vector2 vector ) : System.Collections
Coord::Coord ( int x, int y ) : System.Collections