C# Класс Glare.Sphere3d

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

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

Свойство Тип Описание
Position Vector3d
Radius Double

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

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

Initialise a sphere centred at origin.

Sphere3d ( Vector3d position, Double radius ) : System

Initialise the Sphere3d.

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

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

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

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

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

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

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

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

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

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