Sphere
Public / Methods
Contains
2 overloads
Checks if this sphere contains the given one.
Checks if this sphere contains the given one.
Dot
Computes the dot product range of this sphere.
The dot product range is defined as follows:
dot = dot(Center - origin, direction) result = [-dot .. +dot]
Grow
2 overloads
Grows this sphere so that it contains the given one.
If this sphere is undefined, the given sphere in will be returned.
Grows this sphere so that it contains the given one.