Function gdnative_sys::godot_transform_new_with_axis_origin [] [src]

pub unsafe extern "C" fn godot_transform_new_with_axis_origin(
    r_dest: *mut godot_transform,
    p_x_axis: *const godot_vector3,
    p_y_axis: *const godot_vector3,
    p_z_axis: *const godot_vector3,
    p_origin: *const godot_vector3
)