C# Class idTech4.Collision.CollisionModelVertex

Show file Open project: iainmckay/idtech4.net

Public Properties

Property Type Description
CheckCount int
Point Vector3
Side ulong
SideSet ulong

Property Details

CheckCount public property

For multi-check avoidance.
public int CheckCount
return int

Point public property

Vertex point.
public Vector3 Point
return Vector3

Side public property

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

SideSet public property

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