containsFast
accelerated containment check for point clouds
Contents
Syntax
res = containsFast(set,points)
Description
This function checks if a point cloud is contained in a set. The implementation provided in this function is much faster than the implementation in CORA.
Input Arguments
|
set |
CORA contSet object (class interval, mptPolytope,; or zonotope) |
|
points |
point clound stored in a matrix (dimension [n,K]) |
Output Arguments
|
res |
point cloud contained (res = true) or not (res = false) |
See Also
© 2018-2023 I6 Technische Universität München Website License
|
![]() |
![]() |
![]() |


