C# 클래스 idTech4.Collision.CollisionModelVertex

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

공개 프로퍼티들

프로퍼티 타입 설명
CheckCount int
Point Vector3
Side ulong
SideSet ulong

프로퍼티 상세

CheckCount 공개적으로 프로퍼티

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

Point 공개적으로 프로퍼티

Vertex point.
public Vector3 Point
리턴 Vector3

Side 공개적으로 프로퍼티

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

SideSet 공개적으로 프로퍼티

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