C# Class idTech4.Collision.CollisionModelVertex

显示文件 Open project: iainmckay/idtech4.net

Public Properties

Property Type Description
CheckCount int
Point Vector3
Side ulong
SideSet ulong

Property Details

CheckCount public_oe property

For multi-check avoidance.
public int CheckCount
return int

Point public_oe property

Vertex point.
public Vector3 Point
return Vector3

Side public_oe property

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

SideSet public_oe property

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