Click or drag to resize
AB4D logo

ExtensionsToVector3Array Method

Converts the WPF's Point3DCollection to SharpDX's Vector3 array.

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.1.9105.2048
Syntax
C#
public static Vector3[] ToVector3Array(
	this Point3DCollection positions
)

Parameters

positions  Point3DCollection
Point3DCollection

Return Value

Vector3
SharpDX's Vector3 array

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Point3DCollection. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also