Struct TriangleIndices
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
Assembly: AxCommon.dll
Syntax
public struct TriangleIndices
Constructors
|
Improve this Doc
View Source
TriangleIndices(Int32, Int32, Int32)
Declaration
public TriangleIndices(int v1, int v2, int v3)
Parameters
Type |
Name |
Description |
System.Int32 |
v1 |
|
System.Int32 |
v2 |
|
System.Int32 |
v3 |
|
Fields
|
Improve this Doc
View Source
V1
Declaration
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
V2
Declaration
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
V3
Declaration
Field Value
Type |
Description |
System.Int32 |
|