C# Class Pokemon3D.Common.Extensions.BoundingBoxExtensions

Afficher le fichier Open project: nilllzz/Pokemon3D

Méthodes publiques

Méthode Description
CollidesWithSat ( this boundingBox, Microsoft.Xna.Framework.BoundingBox other ) : CollisionResult

Private Methods

Méthode Description
GetProjectedPoints ( Microsoft.Xna.Framework.BoundingBox boundingBox, Microsoft.Xna.Framework.Vector3 axis ) : Line1D

Method Details

CollidesWithSat() public static méthode

public static CollidesWithSat ( this boundingBox, Microsoft.Xna.Framework.BoundingBox other ) : CollisionResult
boundingBox this
other Microsoft.Xna.Framework.BoundingBox
Résultat CollisionResult