C# 클래스 BananaMpq.Geometry.IndexedTriangleWithNormal

파일 보기 프로젝트 열기: sgraf812/BananaMpq

공개 프로퍼티들

프로퍼티 타입 설명
A int
Normal Vector3

공개 메소드들

메소드 설명
BoundsIn ( IList vertices ) : BoundingBox
CreateFromVertices ( IndexedTriangle triangle, IList vertices ) : IndexedTriangleWithNormal
CreateFromVertices ( int a, int b, int c, IList vertices ) : IndexedTriangleWithNormal
ToTriangleWithNormal ( IList vertices ) : TriangleWithNormal

메소드 상세

BoundsIn() 공개 메소드

public BoundsIn ( IList vertices ) : BoundingBox
vertices IList
리턴 BoundingBox

CreateFromVertices() 공개 정적인 메소드

public static CreateFromVertices ( IndexedTriangle triangle, IList vertices ) : IndexedTriangleWithNormal
triangle IndexedTriangle
vertices IList
리턴 IndexedTriangleWithNormal

CreateFromVertices() 공개 정적인 메소드

public static CreateFromVertices ( int a, int b, int c, IList vertices ) : IndexedTriangleWithNormal
a int
b int
c int
vertices IList
리턴 IndexedTriangleWithNormal

ToTriangleWithNormal() 공개 메소드

public ToTriangleWithNormal ( IList vertices ) : TriangleWithNormal
vertices IList
리턴 TriangleWithNormal

프로퍼티 상세

A 공개적으로 프로퍼티

public int A
리턴 int

Normal 공개적으로 프로퍼티

public Vector3 Normal
리턴 Vector3