Initializes a new instance of the SimpleVertex struct.

Namespace: VVVV.Utils.SlimDX
Assembly: VVVV.Utils3rdParty (in VVVV.Utils3rdParty.dll) Version: 1.0.4694.10872

Syntax

C#
public SimpleVertex(
	Vector3 position
)

Parameters

position
Type: Vector3
The position.

See Also