C# 클래스 Reign.Core.BoundingBox3

파일 보기 프로젝트 열기: reignstudios/ReignSDK 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Min Vector3

공개 메소드들

메소드 설명
BoundingBox3 ( Vector3 min, Vector3 max ) : System
FromPoints ( IList points ) : BoundingBox3
Intersects ( BoundingBox3 boundingBox ) : bool
Intersects ( BoundingSphere3 boundingSphere ) : bool
Intersects ( BoundingBox3 &boundingBox1, BoundingBox3 &boundingBox2, bool &result ) : void
Intersects ( BoundingBox3 &boundingBox, BoundingSphere3 &boundingSphere, bool &result ) : void
Merge ( BoundingBox3 boundingBox2 ) : BoundingBox3
Merge ( BoundingBox3 &boundingBox1, BoundingBox3 &boundingBox2, BoundingBox3 &result ) : void

메소드 상세

BoundingBox3() 공개 메소드

public BoundingBox3 ( Vector3 min, Vector3 max ) : System
min Vector3
max Vector3
리턴 System

FromPoints() 공개 정적인 메소드

public static FromPoints ( IList points ) : BoundingBox3
points IList
리턴 BoundingBox3

Intersects() 공개 메소드

public Intersects ( BoundingBox3 boundingBox ) : bool
boundingBox BoundingBox3
리턴 bool

Intersects() 공개 메소드

public Intersects ( BoundingSphere3 boundingSphere ) : bool
boundingSphere BoundingSphere3
리턴 bool

Intersects() 공개 정적인 메소드

public static Intersects ( BoundingBox3 &boundingBox1, BoundingBox3 &boundingBox2, bool &result ) : void
boundingBox1 BoundingBox3
boundingBox2 BoundingBox3
result bool
리턴 void

Intersects() 공개 정적인 메소드

public static Intersects ( BoundingBox3 &boundingBox, BoundingSphere3 &boundingSphere, bool &result ) : void
boundingBox BoundingBox3
boundingSphere BoundingSphere3
result bool
리턴 void

Merge() 공개 메소드

public Merge ( BoundingBox3 boundingBox2 ) : BoundingBox3
boundingBox2 BoundingBox3
리턴 BoundingBox3

Merge() 공개 정적인 메소드

public static Merge ( BoundingBox3 &boundingBox1, BoundingBox3 &boundingBox2, BoundingBox3 &result ) : void
boundingBox1 BoundingBox3
boundingBox2 BoundingBox3
result BoundingBox3
리턴 void

프로퍼티 상세

Min 공개적으로 프로퍼티

public Vector3 Min
리턴 Vector3