Get the indices into the relevant vertex array for this triangle.

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

Syntax

C#
public void GetVertexIndices(
	out int i0,
	out int i1,
	out int i2
)
Visual Basic
Public Sub GetVertexIndices ( _
	<OutAttribute> ByRef i0 As Integer, _
	<OutAttribute> ByRef i1 As Integer, _
	<OutAttribute> ByRef i2 As Integer _
)
Visual C++
public:
void GetVertexIndices(
	[OutAttribute] int% i0, 
	[OutAttribute] int% i1, 
	[OutAttribute] int% i2
)

Parameters

i0
Type: System..::..Int32%

[Missing <param name="i0"/> documentation for "M:JigLibX.Geometry.IndexedTriangle.GetVertexIndices(System.Int32@,System.Int32@,System.Int32@)"]

i1
Type: System..::..Int32%

[Missing <param name="i1"/> documentation for "M:JigLibX.Geometry.IndexedTriangle.GetVertexIndices(System.Int32@,System.Int32@,System.Int32@)"]

i2
Type: System..::..Int32%

[Missing <param name="i2"/> documentation for "M:JigLibX.Geometry.IndexedTriangle.GetVertexIndices(System.Int32@,System.Int32@,System.Int32@)"]

See Also