Visual3D Game EngineAPI Documentation for XNA, C#, VB, and .NET
Sets one of the columns of the Matrix with a Vector3.

Namespace: Visual3D
Assembly: Visual3D (in Visual3D.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

      
 C#  Visual Basic 
public void SetColumn(
	int col,
	Vector3 vector
)
Public Sub SetColumn ( _
	col As Integer, _
	vector As Vector3 _
)

Parameters

col
Int32
vector
Vector3

Return Value

See Also