Struct Face
Represents a face.
public struct Face
- Inherited Members
Constructors
Face(int)
public Face(int ngonIndex)
Parameters
ngonIndex
int
Face(int, int, int)
public Face(int a, int b, int c)
Parameters
Fields
A
The first vertex.
public readonly int A
Field Value
B
The second vertex.
public readonly int B
Field Value
C
The third vertex.
public readonly int C
Field Value
NgonIndex
If this face is an ngon, the index for the ngon.
public readonly int NgonIndex
Field Value
Properties
IsNgon
Is this face an ngon?
public bool IsNgon { get; }