C# 클래스 Axiom.Core.ProgressiveMesh.PMTriangle

A triangle in the progressive mesh, holds extra info like face normal.
파일 보기 프로젝트 열기: WolfgangSt/axiom

비공개 메소드들

메소드 설명
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