C# Class Axiom.Core.ProgressiveMesh.PMTriangle

A triangle in the progressive mesh, holds extra info like face normal.
Datei anzeigen Open project: WolfgangSt/axiom

Private Methods

Method Description
ComputeNormal ( ) : void
GetFaceVertexFromCommon ( PMVertex commonVert ) : PMFaceVertex
HasCommonVertex ( PMVertex v ) : bool
HasFaceVertex ( PMFaceVertex v ) : bool
NotifyRemoved ( ) : void
ReplaceVertex ( PMFaceVertex vold, PMFaceVertex vnew ) : void
SetDetails ( uint index, PMFaceVertex v0, PMFaceVertex v1, PMFaceVertex v2 ) : void