Initializes a new instance of the TexturedVertex struct.

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

Syntax

C#
public TransformedNormalVertex(
	Vector4 position,
	Vector3 normal
)

Parameters

position
Type: Vector4
The position.
normal
Type: Vector3
The normal.

See Also