pub unsafe fn point_array_transform(
points: *mut Point,
count: usize,
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.