point_precise_set

Function point_precise_set 

Source
pub unsafe fn point_precise_set(
    p: *mut PointPrecise,
    x: ValuePrecise,
    y: ValuePrecise,
) -> Result<()>
Expand description

ยงSafety

This function is unsafe because it may dereference raw pointers.