C# Class Myre.Extensions.BoundingSphereExtensions

A static class containing extension methods for the Microsoft.Xna.Framework.BoundingSphere struct.
Afficher le fichier Open project: TomGillen/Myre

Méthodes publiques

Méthode Description
Transform ( this sphere, Matrix &m ) : SwizzleMyVectors.Geometry.BoundingSphere

Transformes the BoundingSphere with a specified Matrix.

Method Details

Transform() public static méthode

Transformes the BoundingSphere with a specified Matrix.
public static Transform ( this sphere, Matrix &m ) : SwizzleMyVectors.Geometry.BoundingSphere
sphere this The rectangle to transform.
m Matrix The matrix with which to do the transformation.
Résultat SwizzleMyVectors.Geometry.BoundingSphere