MRSL DecompUtil Library
0.1
An implementaion of convex decomposition over point cloud
|
[A, b] for More...
#include <polyhedron.h>
Public Member Functions | |
LinearConstraint () | |
Null constructor. | |
LinearConstraint (const MatDNf< Dim > &A, const VecDf &b) | |
Construct from directly, s.t . | |
LinearConstraint (const Vecf< Dim > p0, const vec_E< Hyperplane< Dim >> &vs) | |
Construct from a inside point and hyperplane array. More... | |
bool | inside (const Vecf< Dim > &pt) |
Check if the point is inside polyhedron using linear constraint. | |
Public Attributes | |
MatDNf< Dim > | A_ |
VecDf | b_ |
[A, b] for
|
inline |
Construct from a inside point and hyperplane array.
p0 | point that is inside |
vs | hyperplane array, normal should go outside |