C# Класс DelaunayWPF.RandomTriangulation

This class represents 3D triangulation of random data.
Наследование: System.Windows.Media.Media3D.ModelVisual3D
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Collapse ( ) : void

Begins the collapse animation.

Create ( int count, double radius, bool uniform ) : RandomTriangulation

Creates a triangulation of random data. For larger data sets it might be a good idea to separate the triangulation calculation from creating the visual so that the triangulation can be computed on a separate threat.

Expand ( ) : void

Begins the expand animation.

ExpandRandom ( ) : void

Begins the expand random animation.

Pulse ( ) : void

Begins the pulse animation.

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

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

Begins the collapse animation.
public Collapse ( ) : void
Результат void

Create() публичный статический Метод

Creates a triangulation of random data. For larger data sets it might be a good idea to separate the triangulation calculation from creating the visual so that the triangulation can be computed on a separate threat.
public static Create ( int count, double radius, bool uniform ) : RandomTriangulation
count int Number of vertices to generate
radius double Radius of the vertices
uniform bool
Результат RandomTriangulation

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

Begins the expand animation.
public Expand ( ) : void
Результат void

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

Begins the expand random animation.
public ExpandRandom ( ) : void
Результат void

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

Begins the pulse animation.
public Pulse ( ) : void
Результат void