Class Vector2

java.lang.Object
com.raylib.jextract.Vector2

public class Vector2 extends Object
struct Vector2 {
    float x;
    float y;
}