arc_rotate_object_to_angle

Function arc_rotate_object_to_angle 

Source
pub unsafe fn arc_rotate_object_to_angle(
    obj: *const Object,
    obj_to_rotate: *mut Object,
    r_offset: i32,
) -> Result<()>
Expand description

ยงSafety

This function is unsafe because it may dereference raw pointers.