C# 클래스 BEPUutilities2.BoundingSphere

Provides XNA-like bounding sphere functionality.
파일 보기 프로젝트 열기: RossNordby/scratchpad 1 사용 예제들

공개 프로퍼티들

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

공개 메소드들

메소드 설명
BoundingSphere ( Vector3 center, float radius ) : System

Constructs a new bounding sphere.

메소드 상세

BoundingSphere() 공개 메소드

Constructs a new bounding sphere.
public BoundingSphere ( Vector3 center, float radius ) : System
center Vector3 Location of the center of the sphere.
radius float Radius of the sphere.
리턴 System

프로퍼티 상세

Center 공개적으로 프로퍼티

Location of the center of the sphere.
public Vector3 Center
리턴 Vector3

Radius 공개적으로 프로퍼티

Radius of the sphere.
public float Radius
리턴 float