C# Class CjClutter.ObjLoader.Viewer.FaceExtensions

Datei anzeigen Open project: ChrisJansson/ObjLoader

Public Methods

Method Description
AreNeighbours ( this f, Face face ) : bool
HasEdge ( this f, Edge edge ) : bool

Method Details

AreNeighbours() public static method

public static AreNeighbours ( this f, Face face ) : bool
f this
face CjClutter.ObjLoader.Viewer.Misc.Face
return bool

HasEdge() public static method

public static HasEdge ( this f, Edge edge ) : bool
f this
edge CjClutter.ObjLoader.Viewer.Misc.Edge
return bool