C# Класс Reign.Core.BoundingSphere3

Показать файл Открыть проект Примеры использования класса

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

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