You are here: Start » AVL.NET » Invoke.Segment3DVector

Invoke.Segment3DVector

Returns the vector [x2 - x1, y2 - y1, z2 - z1].

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void Segment3DVector
(
	Avl.Segment3D inSegment3D,
	out Avl.Vector3D outVector3D
)

Parameters

Name Type Range Default Description
inSegment3DAvl.Segment3D
outVector3DAvl.Vector3D

See also