79566050

Date: 2025-04-10 08:04:23
Score: 1
Natty:
Report link

You can calculate the side lengths of the oriented bounding box as std::abs(obb.max_pt.x-obb.min_pt.x) and std::abs(obb.max_pt.y-obb.min_pt.y) and std::abs(obb.max_pt.z-obb.min_pt.z).

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: IBitMyBytes