Method GetFittingSphere
GetFittingSphere(OccurrenceList, bool)
Returns the fitting sphere of a set of occurrences
Declaration
public Affine GetFittingSphere(OccurrenceList occurrences, bool useAABB = true)
Parameters
Type | Name | Description |
---|---|---|
OccurrenceList | occurrences | Occurrences to fit |
bool | useAABB | If true use the global Axis Aligned Bounding Box (AABB), else use a Minimum Bounding Box (MBB only based on transformed AABB of occurrences) |
Returns
Type | Description |
---|---|
Affine |