C# 클래스 Pokemon3D.Common.Extensions.BoundingBoxExtensions

파일 보기 프로젝트 열기: nilllzz/Pokemon3D

공개 메소드들

메소드 설명
CollidesWithSat ( this boundingBox, Microsoft.Xna.Framework.BoundingBox other ) : CollisionResult

비공개 메소드들

메소드 설명
GetProjectedPoints ( Microsoft.Xna.Framework.BoundingBox boundingBox, Microsoft.Xna.Framework.Vector3 axis ) : Line1D

메소드 상세

CollidesWithSat() 공개 정적인 메소드

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