C# Класс ColladaXna.Base.Geometry.VertexKey

Vertex key to identify an unique vertex by the combination of its used position, normal, tangent and texture coordinate
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Equals ( object obj ) : bool

Determines whether two vertex keys are the same, that is they are both referring to the exact same vertex through their indices.

GetHashCode ( ) : int
VertexKey ( List vertexChannels, int superIndex ) : System

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

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

Determines whether two vertex keys are the same, that is they are both referring to the exact same vertex through their indices.
public Equals ( object obj ) : bool
obj object Another vertex key
Результат bool

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

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

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

public VertexKey ( List vertexChannels, int superIndex ) : System
vertexChannels List
superIndex int
Результат System