Back to FabImage Library website

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

ReverseSegment3D


Header: FIL.h
Namespace: fil
Module: Vision3DLite

Swaps the two endpoints of a segment in 3D.

Syntax

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

Parameters

Name Type Default Description
Input value inSegment3D const Segment3D&
Output value outSegment3D Segment3D&