C# Класс Voronoi.Cell

A cell has an infinite amount of points that are all connected to eachother
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
closeMe bool
halfEdges List
site Point

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

Метод Описание
Cell ( Point site ) : System
GetBounds ( ) : Bounds
GetNeighborIds ( ) : List
Init ( Point site ) : Cell
PointIntersection ( float x, float y ) : int
Prepare ( ) : int

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

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

public Cell ( Point site ) : System
site Point
Результат System

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

public GetBounds ( ) : Bounds
Результат Bounds

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

public GetNeighborIds ( ) : List
Результат List

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

public Init ( Point site ) : Cell
site Point
Результат Cell

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

public PointIntersection ( float x, float y ) : int
x float
y float
Результат int

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

public Prepare ( ) : int
Результат int

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

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

public bool closeMe
Результат bool

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

public List halfEdges
Результат List

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

public Point site
Результат Point