VECSubtract

Function VECSubtract 

Source
pub unsafe extern "C" fn VECSubtract(
    a: *mut Vec3,
    b: *mut Vec3,
    a_b: *mut Vec3,
)