Share via


BoundingSphere.Transform Method (Matrix)

Translates and scales the BoundingSphere using a given Matrix.

Syntax

'Declaration
Public Function Transform ( _
         matrix As Matrix _
) As BoundingSphere 
public BoundingSphere Transform (
         Matrix matrix
)
public:
BoundingSphere Transform(
         Matrix matrix
)

Parameters

  • matrix
    Type: Matrix
    A transformation matrix that might include translation, rotation, or uniform scaling. Note that BoundingSphere.Transform will not return correct results if there are non-uniform scaling, shears, or other unusual transforms in this transformation matrix. This is because there is no way to shear or non-uniformly scale a sphere. Such an operation would cause the sphere to lose its shape as a sphere.

Return Value

Type: BoundingSphere
The transformed BoundingSphere.

Requirements

Namespace: Microsoft.Xna.Framework

Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)

See Also

Reference

BoundingSphere Structure
BoundingSphere Members
CreateScale
CreateTranslation
CreateWorld
Microsoft.Xna.Framework Namespace

Platforms

Windows Phone