Back to Adaptive Vision Library website

You are here: Start » Function Reference » Geometry 3D Spatial Transforms » ReverseSegment3D

ReverseSegment3D


Swaps the two endpoints of a segment in 3D.

Syntax

C++
C#
 
void avl::ReverseSegment3D
(
	const avl::Segment3D& inSegment3D,
	avl::Segment3D& outSegment3D
)

Parameters

Name Type Default Description
inSegment3D const Segment3D&
outSegment3D Segment3D&