C# Класс MIConvexHull.ConvexFaceInternal

This internal class manages the faces of the convex hull. It is a separate class from the desired user class.
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
AdjacentFaces int[]
FurthestVertex int
InList bool
Index int
IsNormalFlipped bool
Next ConvexFaceInternal
Normal double[]
Offset double
Previous ConvexFaceInternal
Tag int
Vertices int[]
VerticesBeyond IndexBuffer

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

Метод Описание
ConvexFaceInternal ( int dimension, int index, IndexBuffer beyondList ) : System.Collections.Generic

Initializes a new instance of the ConvexFaceInternal class.

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

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

Initializes a new instance of the ConvexFaceInternal class.
public ConvexFaceInternal ( int dimension, int index, IndexBuffer beyondList ) : System.Collections.Generic
dimension int
index int
beyondList IndexBuffer
Результат System.Collections.Generic

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

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

Gets or sets the adjacent face data.
public int[] AdjacentFaces
Результат int[]

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

The furthest vertex.
public int FurthestVertex
Результат int

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

Is it present in the list.
public bool InList
Результат bool

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

Index of the face inside the pool.
public int Index
Результат int

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

Is the normal flipped?
public bool IsNormalFlipped
Результат bool

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

Next node in the list.
public ConvexFaceInternal,MIConvexHull Next
Результат ConvexFaceInternal

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

Gets or sets the normal vector.
public double[] Normal
Результат double[]

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

Face plane constant element.
public double Offset
Результат double

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

Prev node in the list.
public ConvexFaceInternal,MIConvexHull Previous
Результат ConvexFaceInternal

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

Used to traverse affected faces and create the Delaunay representation.
public int Tag
Результат int

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

Gets or sets the vertices.
public int[] Vertices
Результат int[]

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

Gets or sets the vertices beyond.
public IndexBuffer VerticesBeyond
Результат IndexBuffer