C# Класс Glare.Sphere4

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

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

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

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

Метод Описание
Sphere4 ( Length radius ) : System

Initialise a sphere centred at origin.

Sphere4 ( System.Vector4 position, Length radius ) : System

Initialise the Sphere3d.

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

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

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

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

Initialise the Sphere3d.
public Sphere4 ( System.Vector4 position, Length radius ) : System
position System.Vector4 The centre of the .
radius Length The radius of the .
Результат System

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

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

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

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

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