C# Класс Glare.Sphere2f

A sphere definition, which has a position and radius.
Показать файл Открыть проект

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

Свойство Тип Описание
Position Vector2f
Radius System.Single

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

Метод Описание
Sphere2f ( System.Single radius ) : System

Initialise a sphere centred at origin.

Sphere2f ( Vector2f position, System.Single radius ) : System

Initialise the Sphere3d.

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

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

Initialise a sphere centred at origin.
public Sphere2f ( System.Single radius ) : System
radius System.Single The radius of the .
Результат System

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

Initialise the Sphere3d.
public Sphere2f ( Vector2f position, System.Single radius ) : System
position Vector2f The centre of the .
radius System.Single The radius of the .
Результат System

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

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

Get or set the centre of the Sphere3d.
public Vector2f Position
Результат Vector2f

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

Get or set the radius of the Sphere3d.
public Single,System Radius
Результат System.Single