Get the vertex index association with iCorner (which should be 0, 1, or 2)

Namespace: JigLibX.Geometry
Assembly: JigLibX (in JigLibX.dll) Version: 0.3.1.0

Syntax

C#
public int GetVertexIndex(
	int iCorner
)
Visual Basic
Public Function GetVertexIndex ( _
	iCorner As Integer _
) As Integer
Visual C++
public:
int GetVertexIndex(
	int iCorner
)

Parameters

iCorner
Type: System..::..Int32

[Missing <param name="iCorner"/> documentation for "M:JigLibX.Geometry.IndexedTriangle.GetVertexIndex(System.Int32)"]

Return Value

int

See Also