Adds precomputed bounds for the MajorTuples.
MajorTuple
In some scenarios the maximum bounds of the tuples is required (e.g., during rendering or calculations), providing precomputed bounds can improve performance by avoiding the need to scan the entire collection.
The precomputed bounds encompassing all the MajorTuples.
The bounded tuples.
Adds precomputed bounds for the
MajorTuple
s.Remarks
In some scenarios the maximum bounds of the tuples is required (e.g., during rendering or calculations), providing precomputed bounds can improve performance by avoiding the need to scan the entire collection.