C# Класс BEPUutilities2.BoundingSphere

Provides XNA-like bounding sphere functionality.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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