pub unsafe fn point_transform(
point: *mut Point,
angle: i32,
scale_x: i32,
scale_y: i32,
pivot: *const Point,
zoom_first: bool,
) -> Result<()>Expand description
ยงSafety
This function is unsafe because it may dereference raw pointers.