Back to Aurora Vision Library website

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

ReverseSegment3D


Header: AVL.h
Namespace: avl
Module: Vision3DLite

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
Input value inSegment3D const Segment3D&
Output value outSegment3D Segment3D&