Class Ray

java.lang.Object
com.raylib.jextract.Ray

public class Ray extends Object
struct Ray {
    Vector3 position;
    Vector3 direction;
}