gabyx / ApproxMVBB

Fast algorithms to compute an approximation of the minimal volume oriented bounding box of a point cloud in 3D.
Mozilla Public License 2.0
441 stars 93 forks source link

Use int instead of pointer to int. #33

Closed jrtk closed 5 years ago

jrtk commented 5 years ago

Using integer variable than using pointer to int variable.

jrtkj commented 5 years ago

Looks good to me, its external code which is really messy had a lot of segfaults and memory leaks. always happy to have improvements there

Thanks for the comment :+1: could you please merge into the main branch ?.