C# 클래스 idTech4.Collision.CollisionModelEdge

파일 보기 프로젝트 열기: iainmckay/idtech4.net

공개 프로퍼티들

프로퍼티 타입 설명
CheckCount int
Internal ushort
Normal Vector3
Side ulong
SideSet ulong
UserCount ushort
VertexCount int[]

프로퍼티 상세

CheckCount 공개적으로 프로퍼티

For multi-check avoidance.
public int CheckCount
리턴 int

Internal 공개적으로 프로퍼티

A trace model can never collide with internal edges.
public ushort Internal
리턴 ushort

Normal 공개적으로 프로퍼티

Edge normal.
public Vector3 Normal
리턴 Vector3

Side 공개적으로 프로퍼티

Each bit tells at which side of this edge one of the trace model vertices passes.
public ulong Side
리턴 ulong

SideSet 공개적으로 프로퍼티

Each bit tells if sidedness for the trace model vertex has been calculated yet.
public ulong SideSet
리턴 ulong

UserCount 공개적으로 프로퍼티

Number of polygons using this edge.
public ushort UserCount
리턴 ushort

VertexCount 공개적으로 프로퍼티

Start and end point of edge.
public int[] VertexCount
리턴 int[]