1 Vector3f
boxMin(Vector3f::Zero()),
boxMax(Vector3f::Ones());
2 Vector3f
p0 = Vector3f::Random(),
p1 = Vector3f::Random().cwiseAbs();
4 cout <<
"Is (" << p0.transpose() <<
") inside the box: " 6 cout <<
"Is (" <<
p1.transpose() <<
") inside the box: " static const Eigen::internal::all_t all
Vector3f boxMax(Vector3f::Ones())
Vector3f boxMin(Vector3f::Zero())