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

Invoke.Segment3DCenter

Computes the center point of a segment in 3D.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void Segment3DCenter
(
	Avl.Segment3D inSegment3D,
	out Avl.Point3D outCenterPoint
)

Parameters

Name Type Range Default Description
inSegment3DAvl.Segment3D
outCenterPointAvl.Point3D

See also