Visual3D Game EngineAPI Documentation for XNA, C#, VB, and .NET
Initializes a new instance of the float3 class

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 float3(
	float1 x,
	float y,
	float1 z
)
Public Sub New ( _
	x As float1, _
	y As Single, _
	z As float1 _
)

Parameters

x
float1
y
Single
z
float1

See Also