C# Class BEPUutilities2.BoundingSphere

Provides XNA-like bounding sphere functionality.
Afficher le fichier Open project: RossNordby/scratchpad Class Usage Examples

Méthodes publiques

Свойство Type Description
Center Vector3
Radius float

Méthodes publiques

Méthode Description
BoundingSphere ( Vector3 center, float radius ) : System

Constructs a new bounding sphere.

Method Details

BoundingSphere() public méthode

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.
Résultat System

Property Details

Center public_oe property

Location of the center of the sphere.
public Vector3 Center
Résultat Vector3

Radius public_oe property

Radius of the sphere.
public float Radius
Résultat float