Click or drag to resize
AB4D logo

ExtensionsToPoint3DCollection Method

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

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

Parameters

positions  Vector3
SharpDX's Vector3 array

Return Value

Point3DCollection
Point3DCollection

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Vector3. 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