C# Класс WaveEngine.Components.Primitives.Torus

A 3D torus.
Наследование: Geometric
Показать файл Открыть проект

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

Метод Описание
Torus ( float diameter, float thickness, int tessellation ) : System

Initializes a new instance of the Torus class.

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

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

Initializes a new instance of the Torus class.
If tessellation is less than 3.
public Torus ( float diameter, float thickness, int tessellation ) : System
diameter float The diameter.
thickness float The thickness.
tessellation int The tessellation.
Результат System