Click or drag to resize
AB4D logo

ExtensionsToPoint3D Method

Converts Vector3D to Point3D

Namespace: Ab3d
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public static Point3D ToPoint3D(
	this Vector3D vector3D
)

Parameters

vector3D  Vector3D
position as Vector3D

Return Value

Point3D
Point3D

Usage Note

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