Method |
Description |
|
AddBounds ( idBounds b ) : bool |
|
|
AddPoint ( Vector3 point ) : bool |
|
|
AddPoint ( Vector4 point ) : bool |
|
|
AxisProjection ( Vector3 direction, float &min, float &max ) : void |
|
|
BoundsForPointRotation ( Vector3 start, idRotation rotation ) : idBounds |
|
|
Clear ( ) : void |
|
|
Equals ( object obj ) : bool |
|
|
Expand ( float d ) : idBounds |
|
|
Expand ( idBounds bounds, float d ) : idBounds |
|
|
FromBoundsRotation ( idBounds bounds, Vector3 origin, Matrix axis, idRotation rotation ) : idBounds |
Most tight bounds for the rotational movement of the given bounds. |
|
FromBoundsTranslation ( idBounds bounds, Vector3 origin, Matrix axis, Vector3 translation ) : idBounds |
Most tight bounds for the translational movement of the given bounds. |
|
FromPointRotation ( Vector3 point, idRotation rotation ) : idBounds |
Most tight bounds for the rotational movement of the given point. |
|
FromPointTranslation ( Vector3 point, Vector3 translation ) : idBounds |
Most tight bounds for the translational movement of the given point. |
|
FromTransformedBounds ( idBounds bounds, Vector3 origin, Matrix axis ) : idBounds |
|
|
GetRadius ( ) : float |
|
|
GetRadius ( Vector3 center ) : float |
|
|
Translate ( Vector3 translation ) : void |
|
|
idBounds ( Vector3 point ) : System |
|
|
idBounds ( Vector3 min, Vector3 max ) : System |
|
|
operator ( ) : bool |
|
|
operator ( ) : idBounds |
|
|