compas_model.geometry
Functions
Determine whether two convex polygons collide in the XY plane using the GJK algorithm. |
|
Determine whether a box intersects another box. |
|
Determine whether a line intersects with an aligned box. |
|
Determine whether a line intersects an oriented box. |
|
Determine whether a ray intersects an axis aligned box. |
|
Determine whether a ray intersects a box. |
|
Determine whether a segment intersects an axis aligned box. |
|
Determine whether a segment intersects a box. |
|
Compute the Minkowski difference of convex polygons A and B in the XY plane. |
|
Compute the Minkowski sum of two polygons. |
|
Compute an oriented bounding box for the given points based on the principle components of the XYZ coordinates. |