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

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

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

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

Initializes a new instance of the Cone class.

Приватные методы

Метод Описание
CreateCap ( int tessellation, float height, float radius, System.Vector3 normal ) : void

Helper method creates a triangle fan to close the ends of the cylinder.

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

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

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