Function godot_sys::godot_plane_new_with_reals [] [src]

pub unsafe extern "C" fn godot_plane_new_with_reals(
    r_dest: *mut godot_plane,
    p_a: godot_real,
    p_b: godot_real,
    p_c: godot_real,
    p_d: godot_real
)