C# Class idTech4.Collision.CollisionModelEdge

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

Public Properties

Property Type Description
CheckCount int
Internal ushort
Normal Vector3
Side ulong
SideSet ulong
UserCount ushort
VertexCount int[]

Property Details

CheckCount public_oe property

For multi-check avoidance.
public int CheckCount
return int

Internal public_oe property

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

Normal public_oe property

Edge normal.
public Vector3 Normal
return Vector3

Side public_oe property

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

SideSet public_oe property

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

UserCount public_oe property

Number of polygons using this edge.
public ushort UserCount
return ushort

VertexCount public_oe property

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