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

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

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

Свойство Тип Описание
Center Vector2
Radius float

Открытые методы

Метод Описание
BoundingSphere2 ( Vector2 center, float radius ) : System.Runtime.InteropServices
Intersects ( BoundingBox2 boundingBox ) : bool
Intersects ( BoundingSphere2 &boundingSphere, BoundingBox2 &boundingBox, bool &result ) : void

Описание методов

BoundingSphere2() публичный Метод

public BoundingSphere2 ( Vector2 center, float radius ) : System.Runtime.InteropServices
center Vector2
radius float
Результат System.Runtime.InteropServices

Intersects() публичный Метод

public Intersects ( BoundingBox2 boundingBox ) : bool
boundingBox BoundingBox2
Результат bool

Intersects() публичный статический Метод

public static Intersects ( BoundingSphere2 &boundingSphere, BoundingBox2 &boundingBox, bool &result ) : void
boundingSphere BoundingSphere2
boundingBox BoundingBox2
result bool
Результат void

Описание свойств

Center публичное свойство

public Vector2,Reign.Core Center
Результат Vector2

Radius публичное свойство

public float Radius
Результат float