Function surgeshaper_asym::imports::encode_mid_side [−][src]
pub unsafe fn encode_mid_side<NQ>(
l: *mut f32,
r: *mut f32,
m: *mut f32,
s: *mut f32,
nquads: NQ
) where
NQ: TryInto<usize>,
<NQ as TryInto<usize>>::Error: Debug,
Expand description
Safety
ensure we can access nquads * 4 values from both l and r