C# 클래스 Reign.Core.BoundingSphere3

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

공개 프로퍼티들

프로퍼티 타입 설명
Center Vector3
Radius float

공개 메소드들

메소드 설명
BoundingSphere3 ( Vector3 center, float radius ) : System.Runtime.InteropServices
Intersects ( BoundingBox3 boundingBox ) : bool
Intersects ( BoundingSphere3 &boundingSphere, BoundingBox3 &boundingBox, bool &result ) : void

메소드 상세

BoundingSphere3() 공개 메소드

public BoundingSphere3 ( Vector3 center, float radius ) : System.Runtime.InteropServices
center Vector3
radius float
리턴 System.Runtime.InteropServices

Intersects() 공개 메소드

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

Intersects() 공개 정적인 메소드

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

프로퍼티 상세

Center 공개적으로 프로퍼티

public Vector3,Reign.Core Center
리턴 Vector3

Radius 공개적으로 프로퍼티

public float Radius
리턴 float