C# Class Myre.Extensions.BoundingBoxExtensions

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

Méthodes publiques

Méthode Description
Transform ( this box, System.Matrix &m ) : SwizzleMyVectors.Geometry.BoundingBox

Transformes the BoundingBox with a specified Matrix.

Method Details

Transform() public static méthode

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