Get

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

Syntax

C#
public static void Get(
	ref Matrix mat,
	int index,
	out Vector3 vec
)
Visual Basic
Public Shared Sub Get ( _
	ByRef mat As Matrix, _
	index As Integer, _
	<OutAttribute> ByRef vec As Vector3 _
)
Visual C++
public:
static void Get(
	Matrix% mat, 
	int index, 
	[OutAttribute] Vector3% vec
)

Parameters

mat
Type: Matrix%

[Missing <param name="mat"/> documentation for "M:JigLibX.Utils.JiggleUnsafe.Get(Microsoft.Xna.Framework.Matrix@,System.Int32,Microsoft.Xna.Framework.Vector3@)"]

index
Type: System..::..Int32

[Missing <param name="index"/> documentation for "M:JigLibX.Utils.JiggleUnsafe.Get(Microsoft.Xna.Framework.Matrix@,System.Int32,Microsoft.Xna.Framework.Vector3@)"]

vec
Type: Vector3%

[Missing <param name="vec"/> documentation for "M:JigLibX.Utils.JiggleUnsafe.Get(Microsoft.Xna.Framework.Matrix@,System.Int32,Microsoft.Xna.Framework.Vector3@)"]

See Also