Visual3D Game EngineAPI Documentation for XNA, C#, VB, and .NET

Namespace: Visual3D.Graphics3D.Shaders.SharpSL
Assembly: Visual3D.Engine (in Visual3D.Engine.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

      
 C#  Visual Basic 
public static float1x3 float1x3(
	float3 row1
)
Public Shared Function float1x3 ( _
	row1 As float3 _
) As float1x3

Parameters

row1
float3

See Also