Same numbering as in the constructor

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

Syntax

C#
public void GetPoint(
	ref Vector3 point,
	int i
)
Visual Basic
Public Sub GetPoint ( _
	ByRef point As Vector3, _
	i As Integer _
)
Visual C++
public:
void GetPoint(
	Vector3% point, 
	int i
)

Parameters

point
Type: Vector3%

[Missing <param name="point"/> documentation for "M:JigLibX.Geometry.Triangle.GetPoint(Microsoft.Xna.Framework.Vector3@,System.Int32)"]

i
Type: System..::..Int32

[Missing <param name="i"/> documentation for "M:JigLibX.Geometry.Triangle.GetPoint(Microsoft.Xna.Framework.Vector3@,System.Int32)"]

See Also