Click or drag to resize
AB4D logo

ExtensionsToVector3D Method

Converts Point3D to Vector3D

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

Parameters

position  Point3D
position as Point3D

Return Value

Vector3D
Vector3D

Usage Note

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