Struct ConvexHull.Face
Syntax
public struct Face : IEquatable<ConvexHull.Face>
Fields
FirstIndex
Declaration
Field Value
Type |
Description |
System.Int16 |
|
MinHalfAngleCompressed
Declaration
public byte MinHalfAngleCompressed
Field Value
Type |
Description |
System.Byte |
|
NumVertices
Declaration
Field Value
Type |
Description |
System.Byte |
|
Properties
MinHalfAngle
Declaration
public float MinHalfAngle { set; }
Property Value
Type |
Description |
System.Single |
|
Methods
Equals(ConvexHull.Face)
Declaration
public bool Equals(ConvexHull.Face other)
Parameters
Returns
Type |
Description |
System.Boolean |
|