C# Class ColladaXna.Base.Geometry.VertexKey

Vertex key to identify an unique vertex by the combination of its used position, normal, tangent and texture coordinate
Mostrar archivo Open project: Bunkerbewohner/ColladaXna Class Usage Examples

Public Methods

Method Description
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

Method Details

Equals() public method

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
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

VertexKey() public method

public VertexKey ( List vertexChannels, int superIndex ) : System
vertexChannels List
superIndex int
return System