Go to the source code of this file.
Functions | |
cout<< "Is ("<< p0.transpose() << ") inside the box: " << ((boxMin.array()< p0.array()).all()&&(boxMax.array()> p0 | array ()).all())<< endl |
Vector3f | boxMax (Vector3f::Ones()) |
Vector3f | boxMin (Vector3f::Zero()) |
Variables | |
Vector3f | p0 = Vector3f::Random() |
Vector3f | p1 = Vector3f::Random().cwiseAbs() |
cout<< "Is (" << p0.transpose() << ") inside the box: " << ((boxMin.array()<p0.array()).all() && (boxMax.array()> p0 array | ( | ) |
Vector3f boxMax | ( | Vector3f:: | Ones() | ) |
Vector3f boxMin | ( | Vector3f:: | Zero() | ) |
Vector3f p0 = Vector3f::Random() |
Definition at line 2 of file MatrixBase_all.cpp.
Vector3f p1 = Vector3f::Random().cwiseAbs() |
Definition at line 2 of file MatrixBase_all.cpp.