  | AabbTranslate Method  | 
            Translates the AABB.
            
 
Namespace: DigitalRune.Geometry.ShapesAssembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntaxpublic void Translate(
	Vector3F translation
)
Public Sub Translate ( 
	translation As Vector3F
)
public:
void Translate(
	Vector3F translation
)
member Translate : 
        translation : Vector3F -> unit 
Parameters
- translation
 - Type: DigitalRune.Mathematics.AlgebraVector3F
The displacement vector. 
Remarks
            The translation is added to the AABB limits.
            
See Also