C# Class Pokemon3D.Common.Extensions.BoundingBoxExtensions

Mostra file Open project: nilllzz/Pokemon3D

Public Methods

Method Description
CollidesWithSat ( this boundingBox, Microsoft.Xna.Framework.BoundingBox other ) : CollisionResult

Private Methods

Method Description
GetProjectedPoints ( Microsoft.Xna.Framework.BoundingBox boundingBox, Microsoft.Xna.Framework.Vector3 axis ) : Line1D

Method Details

CollidesWithSat() public static method

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