C# 클래스 Myre.Extensions.BoundingBoxExtensions

A static class containing extension methods for the Microsoft.Xna.Framework.BoundingBox struct.
파일 보기 프로젝트 열기: TomGillen/Myre

공개 메소드들

메소드 설명
Transform ( this box, System.Matrix &m ) : SwizzleMyVectors.Geometry.BoundingBox

Transformes the BoundingBox with a specified Matrix.

메소드 상세

Transform() 공개 정적인 메소드

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.
리턴 SwizzleMyVectors.Geometry.BoundingBox