Function gdnative_sys::godot_plane_new_with_vectors [] [src]

pub unsafe extern "C" fn godot_plane_new_with_vectors(
    r_dest: *mut godot_plane,
    p_v1: *const godot_vector3,
    p_v2: *const godot_vector3,
    p_v3: *const godot_vector3
)